LWS_CALLBACK_USER
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
e39e6ef926
commit
09f005819a
1 changed files with 2 additions and 0 deletions
|
@ -191,6 +191,8 @@ enum libwebsocket_callback_reasons {
|
|||
LWS_CALLBACK_CLEAR_MODE_POLL_FD,
|
||||
LWS_CALLBACK_LOCK_POLL,
|
||||
LWS_CALLBACK_UNLOCK_POLL,
|
||||
|
||||
LWS_CALLBACK_USER = 1000, /* user code can use any including / above */
|
||||
};
|
||||
|
||||
#ifndef LWS_NO_EXTENSIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue