summaryrefslogtreecommitdiff
path: root/src/core/server-rec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/server-rec.h')
-rw-r--r--src/core/server-rec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/server-rec.h b/src/core/server-rec.h
index 52526fde..967da1f2 100644
--- a/src/core/server-rec.h
+++ b/src/core/server-rec.h
@@ -12,6 +12,7 @@ char *nick; /* current nick */
unsigned int connected:1; /* connected to server */
unsigned int connection_lost:1; /* Connection lost unintentionally */
+unsigned int session_reconnect:1; /* Connected to this server with /UPGRADE */
NET_SENDBUF_REC *handle;
int readtag; /* input tag */