test-libev add server-status protocol

This commit is contained in:
Andy Green 2016-06-29 06:04:25 +08:00
parent e7bf0aa1dc
commit 9ec76d4b72

View file

@ -128,6 +128,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 */
};