X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=lhnet.h;h=6d1d1f3f22c08f661d3c4ef40dc8da454f682e3a;hb=849c92ba2b16d3af63f04b3c2fab755f737693a9;hp=1644fb17f2da7a237f8e2bf522b6d8678d886e45;hpb=e9ef9da90a206204b283dacd15c35bd3fd1fe5c9;p=xonotic%2Fdarkplaces.git 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;