|
@@ -213,9 +213,9 @@ main(int argc, char* argv[]) {
|
|
// We delay starting listening to new commands/config just before we
|
|
// We delay starting listening to new commands/config just before we
|
|
// go into the main loop to avoid confusion due to mixture of
|
|
// go into the main loop to avoid confusion due to mixture of
|
|
// synchronous and asynchronous operations (this would happen in
|
|
// synchronous and asynchronous operations (this would happen in
|
|
- // initial communication with the socket creator that takes place in
|
|
|
|
- // updateConfig()). Until then all operations on the CC session will
|
|
|
|
- // take place synchronously.
|
|
|
|
|
|
+ // initial communication with the boss that takes place in
|
|
|
|
+ // updateConfig() for listen_on). Until then all operations on the CC
|
|
|
|
+ // session will take place synchronously.
|
|
config_session = new ModuleCCSession(specfile, *cc_session,
|
|
config_session = new ModuleCCSession(specfile, *cc_session,
|
|
my_config_handler,
|
|
my_config_handler,
|
|
my_command_handler, false);
|
|
my_command_handler, false);
|