From c770db59c4f5b27fda9be25fb8bb1fb977122f2f Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 29 Sep 2005 16:34:30 +0000 Subject: 2005-09-29 Alain Ritoux * lib/smux.[ch]: allow to retreive global OID (identified by <0 namelen). * ospf_ism.c: generate SNMP traps on Interface state change * ospf_nsm.c: generate SNMP traps on Neighbour state change * ospf_snmp.[ch]: support for SNMP traps for interface and neighbours. --- lib/smux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/smux.h') diff --git a/lib/smux.h b/lib/smux.h index a4f1718d..79d23e70 100644 --- a/lib/smux.h +++ b/lib/smux.h @@ -94,7 +94,7 @@ struct variable FindVarMethod *findVar; /* Suffix of the MIB. */ - u_char namelen; + int namelen; oid name[MAX_OID_LEN]; }; @@ -121,7 +121,7 @@ struct subtree struct trap_object { FindVarMethod *findVar; - u_char namelen; + int namelen; oid name[MAX_OID_LEN]; }; -- cgit v1.2.3