From fd373d0b0f580b56f3350e92207cfa499806ca4d Mon Sep 17 00:00:00 2001 From: Jonas Suhr Christensen Date: Thu, 12 Apr 2012 11:30:40 +0200 Subject: Added a bit of debugging messages. Merged task_proto and observe_proto into one protocol in munia_proto. --- src/muniad.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/muniad.cc') diff --git a/src/muniad.cc b/src/muniad.cc index 2307160..34f5c6a 100644 --- a/src/muniad.cc +++ b/src/muniad.cc @@ -36,8 +36,7 @@ #include #include "http.h" -#include "task_proto.h" -#include "observe_proto.h" +#include "munia_proto.h" #include "debug.h" static struct libwebsocket_protocols protocols[] = { @@ -45,9 +44,6 @@ static struct libwebsocket_protocols protocols[] = { { "http-only", callback_http, 0 }, { "lws-task-protocol", callback_lws_task, sizeof(struct per_session_data__lws_task) - }, - { "lws-observe-protocol", callback_lws_observe, - sizeof(struct per_session_data__lws_observe) }, { NULL, NULL, 0 } // End of list }; -- cgit v1.2.3