aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-20 13:22:30 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-20 13:22:30 +0100
commit55ec2d66f04d1ea96e180c5a46e90a4294dea0b1 (patch)
tree80b81694345d71838ded20c326e12f47423e08d9 /bitlbee.h
parentfc50d482ae5a7836fbf7c72df168b51d1cf714a5 (diff)
parentb8c2ace5985879a4c13d366756eb5e444a240ec9 (diff)
Merging IPC branch, it's too different from the main code to keep it
separated (and it's pretty stable now). Have fun. :-)
Diffstat (limited to 'bitlbee.h')
-rw-r--r--bitlbee.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bitlbee.h b/bitlbee.h
index be58ad07..0bd7c90e 100644
--- a/bitlbee.h
+++ b/bitlbee.h
@@ -111,7 +111,8 @@ extern char *CONF_FILE;
#include "query.h"
#include "sock.h"
-typedef struct global_t {
+typedef struct global {
+ /* In forked mode, child processes store the fd of the IPC socket here. */
int listen_socket;
gint listen_watch_source_id;
help_t *help;