From bbe3648e2108393f3132ede777c19e00a9d5a547 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 10:00:42 +0200 Subject: Add an address to task --- utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.h') diff --git a/utils.h b/utils.h index 48faef4..6d09522 100644 --- a/utils.h +++ b/utils.h @@ -4,6 +4,7 @@ #include #include #include +#include struct list_head { struct list_head *next; @@ -30,6 +31,7 @@ struct sockaddr_in46 { struct sockaddr_storage storage; struct sockaddr_in in4; struct sockaddr_in6 in6; + struct sockaddr_ll ll; }; socklen_t addrlen; struct list_head list; -- cgit v1.2.3