X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=lhnet.h;h=6d1d1f3f22c08f661d3c4ef40dc8da454f682e3a;hp=1644fb17f2da7a237f8e2bf522b6d8678d886e45;hb=9becec9419d9a20c7d373b14e1106d5f0ce78494;hpb=b12a31a10d99cf06fa6e3b2a098b7af69dec41a6 diff --git a/lhnet.h b/lhnet.h index 1644fb17..6d1d1f3f 100644 --- a/lhnet.h +++ b/lhnet.h @@ -5,6 +5,7 @@ #define LHNET_H #include +#include "com_list.h" typedef enum lhnetaddresstype_e { @@ -36,7 +37,7 @@ typedef struct lhnetsocket_s { lhnetaddress_t address; int inetsocket; - struct lhnetsocket_s *next, *prev; + llist_t list; } lhnetsocket_t;