diff options
Diffstat (limited to 'cpp/include/Ice/Service.h')
-rwxr-xr-x | cpp/include/Ice/Service.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/include/Ice/Service.h b/cpp/include/Ice/Service.h index 5dc971f4877..e32ac53c565 100755 --- a/cpp/include/Ice/Service.h +++ b/cpp/include/Ice/Service.h @@ -143,7 +143,9 @@ public: // argument indicates whether the daemon should change its // working directory to the root directory. The second // argument indicates whether extraneous file descriptors are - // closed. + // closed. If the value of the last argument is not an empty + // string, the daemon writes its process ID to the given + // filename. // void configureDaemon(bool, bool, const std::string&); |