1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +01:00

add PENDING_TIMEOUT_USER_REASON_BASE

This commit is contained in:
Andy Green 2017-09-16 17:58:42 +08:00
parent 6750365393
commit 69e4433f4e

View file

@ -3891,6 +3891,8 @@ enum pending_timeout {
PENDING_TIMEOUT_HOLDING_AH = 25,
/****** add new things just above ---^ ******/
PENDING_TIMEOUT_USER_REASON_BASE = 1000
};
#define LWS_TO_KILL_ASYNC -1