mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
lws_meta: explicitly declare all of lws_protocols members for ESP32
This commit is contained in:
parent
d86641ed3a
commit
855453d1ae
1 changed files with 1 additions and 0 deletions
|
@ -581,6 +581,7 @@ callback_lws_meta(struct lws *wsi, enum lws_callback_reasons reason,
|
|||
callback_lws_meta, \
|
||||
sizeof(struct per_session_data__lws_meta), \
|
||||
1024, /* rx buf size must be >= permessage-deflate rx size */ \
|
||||
0, NULL, 0 \
|
||||
}
|
||||
|
||||
#if !defined (LWS_PLUGIN_STATIC)
|
||||
|
|
Loading…
Add table
Reference in a new issue