LWS_CALLBACK_USER

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-02-15 16:49:41 +08:00
parent e39e6ef926
commit 09f005819a

View file

@ -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