aboutsummaryrefslogtreecommitdiff
path: root/openvpn.h
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn.h')
-rw-r--r--openvpn.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openvpn.h b/openvpn.h
index 78bb67b..a8d4f5e 100644
--- a/openvpn.h
+++ b/openvpn.h
@@ -346,9 +346,6 @@ struct context_2
struct user_state user_state;
struct group_state group_state;
- /* temporary variable */
- bool did_we_daemonize;
-
/* should we print R|W|r|w to console on packet transfers? */
bool log_rw;
@@ -453,6 +450,9 @@ struct context
struct plugin_list *plugins;
bool plugins_owned;
+ /* set to true after we daemonize */
+ bool did_we_daemonize;
+
/* level 1 context is preserved for
SIGUSR1 restarts, but initialized
for SIGHUP restarts */