summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connectionhandler.h')
-rw-r--r--src/connectionhandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connectionhandler.h b/src/connectionhandler.h
index 9aba0cb..f5e63d7 100644
--- a/src/connectionhandler.h
+++ b/src/connectionhandler.h
@@ -34,7 +34,7 @@
#include "task.h"
-typedef void* clientid_t;
+typedef struct libwebsocket* clientid_t;
typedef std::map<clientid_t, std::set<taskid_t> > ConnectionList;