test server libuv support status protocol
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
6671327c8d
commit
814a7d28c1
1 changed files with 6 additions and 0 deletions
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue