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:
parent
34ef70ab00
commit
b35128118e
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ typedef struct lws_map_hashtable {
|
||||||
lws_dll2_owner_t ho;
|
lws_dll2_owner_t ho;
|
||||||
} lws_map_hashtable_t;
|
} lws_map_hashtable_t;
|
||||||
|
|
||||||
typedef struct lws_map {
|
struct lws_map {
|
||||||
lws_map_info_t info;
|
lws_map_info_t info;
|
||||||
|
|
||||||
/* array of info.modulo x lws_map_hashtable_t overallocated */
|
/* array of info.modulo x lws_map_hashtable_t overallocated */
|
||||||
} lws_map_t;
|
};
|
||||||
|
|
||||||
typedef struct lws_map_item {
|
typedef struct lws_map_item {
|
||||||
lws_dll2_t list; /* owned by hashtable */
|
lws_dll2_t list; /* owned by hashtable */
|
||||||
|
|
Loading…
Add table
Reference in a new issue