diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-10-18 04:42:57 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-10-18 04:42:57 +0000 |
commit | 73bdf47b917f38d1bf86d0e0a88ac008bd385183 (patch) | |
tree | 8882386e9bc5fb9c91b62ac4f6f4bbd4c7a59b3a /examples/Service_Configurator | |
parent | 24329a56698bd46109ae40d51d1980632465a8eb (diff) | |
download | ATCD-73bdf47b917f38d1bf86d0e0a88ac008bd385183.tar.gz |
ChangeLogTag:Tue Oct 17 23:35:33 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'examples/Service_Configurator')
-rw-r--r-- | examples/Service_Configurator/IPC-tests/server/server_test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/Service_Configurator/IPC-tests/server/server_test.cpp b/examples/Service_Configurator/IPC-tests/server/server_test.cpp index 577f0e37d46..2bc0311a78b 100644 --- a/examples/Service_Configurator/IPC-tests/server/server_test.cpp +++ b/examples/Service_Configurator/IPC-tests/server/server_test.cpp @@ -34,6 +34,11 @@ main (int argc, char *argv[]) "%p\n"), -1); + // This makes the README demo even easier (for sighup). + ACE_DEBUG ((LM_DEBUG, + ACE_TEXT ("pid = %d\n"), + ACE_OS::getpid ())); + // Run forever, performing the configured services until we are shut // down by a SIGINT/SIGQUIT signal. |