From 6321f828d53e99141642b7d6353c79f1ca762523 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Tue, 12 Jan 2016 02:38:25 +0100 Subject: Update datastructures and remove addr8 --- data_structures | 2 -- 1 file changed, 2 deletions(-) (limited to 'data_structures') diff --git a/data_structures b/data_structures index ea1f74b..369e582 100644 --- a/data_structures +++ b/data_structures @@ -2,10 +2,8 @@ struct sda6 { union { struct in6_addr addr; - u_int8_t addr8[16]; // To be removed (I hope) u_int32_t addr32[4]; } _sda6; -#define addr8 _sda6.addr8 #define addr32 _sda6.addr32 }; -- cgit v1.2.3