diff options
Diffstat (limited to 'include/connection.h')
-rw-r--r-- | include/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/connection.h b/include/connection.h index 0d9bdb683..12d6dc754 100644 --- a/include/connection.h +++ b/include/connection.h @@ -24,6 +24,7 @@ #define STATE_SYNC 2 #define STATE_NOAUTH_INBOUND 3 #define STATE_NOAUTH_OUTBOUND 4 +#define STATE_SERVICES 5 /** Each connection has one or more of these * each represents ONE outbound connection to another ircd |