diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-02-02 14:59:14 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-02-02 14:59:14 +0100 |
commit | 1d2e3c2ee2fb4c12ad25832b93ae9513d042717a (patch) | |
tree | ea7c2a7a03f39ae8dcb1de0d98d35aaa6c7b19d3 /bitlbee.h | |
parent | 34b17d9b8901b72439167b99d780c481ce420e33 (diff) | |
parent | a49dcd5c3c6b79470ad71dc45ccf29f65ba2a7f9 (diff) |
Added RESTART command for easier upgrades without losing IPC connections.
(Obviously only works well for forking daemon mode.)
Diffstat (limited to 'bitlbee.h')
-rw-r--r-- | bitlbee.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -120,6 +120,7 @@ typedef struct global { GList *storage; /* The first backend in the list will be used for saving */ char *helpfile; GMainLoop *loop; + int restart; } global_t; int bitlbee_daemon_init( void ); |