From 5954dcfab74c8d8a2774f259c9940c1d87e76518 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 1 Dec 1999 11:59:24 +0000 Subject: Introduced new protocol-dependent integer field `aux' to struct neighbor. --- nest/iface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/iface.h') diff --git a/nest/iface.h b/nest/iface.h index bee9caf..87c4e93 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -100,6 +100,7 @@ typedef struct neighbor { struct neighbor *sibling; /* Next in per-device chain */ struct proto *proto; /* Protocol this belongs to */ void *data; /* Protocol-specific data */ + unsigned aux; /* Protocol-specific data */ unsigned flags; } neighbor; -- cgit v1.2.3