aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-07-06 22:44:52 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2010-07-06 22:44:52 +0100
commit6c2404e051cb6a235f985797c149af0791f44bbd (patch)
tree7f690ac9089925e345df5d4922ae29a4c1207d62 /irc.h
parent006a84f999248d1bc1c1e36fa3437765d4bd1142 (diff)
First part of the handshake, including sending a file descriptor to the
IPC master.
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index 94738832..3b5e244f 100644
--- a/irc.h
+++ b/irc.h
@@ -86,6 +86,7 @@ typedef struct irc
gint r_watch_source_id;
gint w_watch_source_id;
gint ping_source_id;
+ gint login_source_id; /* To slightly delay some events at login time. */
struct bee *b;
} irc_t;