diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-31 23:24:35 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-12-31 23:24:35 +0000 |
commit | 76e051b16d8fcec69cf338b4061678bb0e356d04 (patch) | |
tree | 32438ffb971f75c3aa3e9c22115d870e85d0fb1f /ace/Service_Config.h | |
parent | 012014dcfafacf8d860ad78b48358f8f1a1f400d (diff) | |
download | ATCD-76e051b16d8fcec69cf338b4061678bb0e356d04.tar.gz |
ChangeLogTag: Fri Dec 31 15:23:58 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ace/Service_Config.h')
-rw-r--r-- | ace/Service_Config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Service_Config.h b/ace/Service_Config.h index 72bf9a88f0b..fa668f158e6 100644 --- a/ace/Service_Config.h +++ b/ace/Service_Config.h @@ -196,6 +196,7 @@ public: * overrides the @a ignore_static_svcs parameter value. * - '-n' Explicitly disables the use of static services. This flag * overrides the @a ignore_static_svcs parameter value. + * - '-p' Specifies a pathname which is used to store the process id. * - '-s' Specifies a signal number other than SIGHUP to trigger reprocessing * of the configuration file(s). Ignored for platforms that do not * have POSIX signals, such as Windows. @@ -425,6 +426,9 @@ private: /// Shall we become a daemon process? static int be_a_daemon_; + /// Pathname of file to write process id. + static char *pid_file_name_; + /// Should we avoid loading the static services? static int no_static_svcs_; |