summaryrefslogtreecommitdiff
path: root/src/irc/core/netsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/core/netsplit.h')
-rw-r--r--src/irc/core/netsplit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irc/core/netsplit.h b/src/irc/core/netsplit.h
index c95b5c6f..6ea9cf3f 100644
--- a/src/irc/core/netsplit.h
+++ b/src/irc/core/netsplit.h
@@ -7,6 +7,8 @@ typedef struct {
char *server;
char *destserver;
int count;
+
+ time_t last; /* last time we received a QUIT msg here */
} NETSPLIT_SERVER_REC;
typedef struct {
@@ -16,6 +18,7 @@ typedef struct {
char *address;
GSList *channels;
+ int printed:1;
time_t destroy;
} NETSPLIT_REC;