test server libuv support status protocol

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2016-02-27 13:17:26 +08:00
parent 38a1cbb498
commit 03384721e7

View file

@ -89,6 +89,12 @@ static struct lws_protocols protocols[] = {
sizeof(struct per_session_data__lws_mirror),
128,
},
{
"lws-status",
callback_lws_status,
sizeof(struct per_session_data__lws_status),
128,
},
{ NULL, NULL, 0, 0 } /* terminator */
};