Still working on the authentification stuff. Technically, now even in the monolithic...
[quassel.git] / src / common / proxy_common.h
index 30421e7..2eacb0d 100644 (file)
@@ -22,7 +22,7 @@
 #define _PROXY_COMMON_H_
 
 enum ClientSignal { GS_CLIENT_INIT, GS_USER_INPUT, GS_REQUEST_CONNECT, GS_UPDATE_GLOBAL_DATA, GS_IMPORT_BACKLOG,
-  GS_REQUEST_BACKLOG
+  GS_REQUEST_BACKLOG, GS_REQUEST_NETWORK_STATES
 
 };