replace old extpoll callbacks with LWS_CALLBACK_CHANGE_MODE_POLL_FD
This commit is contained in:
parent
cb7330680e
commit
b309305a7e
1 changed files with 1 additions and 2 deletions
|
@ -189,8 +189,7 @@ enum libwebsocket_callback_reasons {
|
|||
/* external poll() management support */
|
||||
LWS_CALLBACK_ADD_POLL_FD,
|
||||
LWS_CALLBACK_DEL_POLL_FD,
|
||||
LWS_CALLBACK_SET_MODE_POLL_FD,
|
||||
LWS_CALLBACK_CLEAR_MODE_POLL_FD,
|
||||
LWS_CALLBACK_CHANGE_MODE_POLL_FD,
|
||||
LWS_CALLBACK_LOCK_POLL,
|
||||
LWS_CALLBACK_UNLOCK_POLL,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue