From cee9bd6ae634f5fe3ffa537eada0fc96fc062203 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 1 Apr 2005 08:03:27 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5751 --- client/client_state.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/client_state.h b/client/client_state.h index 0013a904b1..f5b44a93d9 100644 --- a/client/client_state.h +++ b/client/client_state.h @@ -122,8 +122,12 @@ public: bool activities_suspended; bool network_suspended; bool executing_as_daemon; + // set to true when --daemon is detected on the comandline + // this is used to determine we are running as a daemon + // on *nix systems, or as a service on Windows systems. bool size_overflow; bool redirect_io; + // redirect stdout, stderr to log files private: bool client_state_dirty;