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

lws_map: stop c++ compiler complaints

This commit is contained in:
Andy Green 2022-09-19 07:49:39 +01:00
parent 34ef70ab00
commit b35128118e

View file

@ -29,11 +29,11 @@ typedef struct lws_map_hashtable {
lws_dll2_owner_t ho;
} lws_map_hashtable_t;
typedef struct lws_map {
struct lws_map {
lws_map_info_t info;
/* array of info.modulo x lws_map_hashtable_t overallocated */
} lws_map_t;
};
typedef struct lws_map_item {
lws_dll2_t list; /* owned by hashtable */