diff options
author | default <nobody@localhost> | 2022-09-21 18:13:11 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-21 18:13:11 +0200 |
commit | 7efb6d5833c20a82ccb4bf2c89e5ce43831db540 (patch) | |
tree | 3791694d2e5c5ec5a24981e6fa2aa7e11e04c89c /snac.c | |
parent | 8e653d201fb182e517df125d410a1553c6132d0d (diff) |
New flag srv_running.
Diffstat (limited to 'snac.c')
-rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ d_char *srv_basedir = NULL; d_char *srv_config = NULL; d_char *srv_baseurl = NULL; +int srv_running = 0; int dbglevel = 0; |