lws_meta: explicitly declare all of lws_protocols members for ESP32
authorAndy Green <andy@warmcat.com>
Thu, 27 Jul 2017 00:27:34 +0000 (08:27 +0800)
committerAndy Green <andy@warmcat.com>
Thu, 27 Jul 2017 00:27:34 +0000 (08:27 +0800)
plugins/protocol_lws_meta.c

index 6a8eb16..db25bad 100644 (file)
@@ -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)