summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/servers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/servers.h b/include/servers.h
index dfb3a8ef8..cd329fa4b 100644
--- a/include/servers.h
+++ b/include/servers.h
@@ -48,6 +48,8 @@ class serverrec : public connection
/** Description of the server
*/
char description[MAXBUF];
+
+ bool initiator;
/** Constructor
*/