From 6a9f28b0b9254ba21c36126d6f10388815840001 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 12 Mar 2000 20:50:35 +0000 Subject: Added tracing of interface events. --- nest/protocol.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index f4ce384..9dd32fc 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -240,9 +240,10 @@ void proto_notify_state(struct proto *p, unsigned state); #define D_STATES 1 /* [core] State transitions */ #define D_ROUTES 2 /* [core] Routes passed by the filters */ -#define D_FILTERS 4 /* [core] Filtering of routes */ -#define D_EVENTS 8 /* Protocol events */ -#define D_PACKETS 16 /* Packets sent/received */ +#define D_FILTERS 4 /* [core] Routes rejected by the filters */ +#define D_IFACES 8 /* [core] Interface events */ +#define D_EVENTS 16 /* Protocol events */ +#define D_PACKETS 32 /* Packets sent/received */ /* * Known unique protocol instances as referenced by config routines -- cgit v1.2.3