summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-03-30 12:30:32 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-03-30 12:30:32 +0200
commit802a8b7e4896a12d8eced17b6ee54c7bca02a629 (patch)
tree3dcde553d3f2d9354430a5972e46a544756c46f8 /src/connectionhandler.h
parente2e4a93fe955bdd2de4e5b49974c859c7657d5ff (diff)
Make task_proto use new design.
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;