diff options
| author | vincent <vincent> | 2005-09-29 16:34:30 +0000 | 
|---|---|---|
| committer | vincent <vincent> | 2005-09-29 16:34:30 +0000 | 
| commit | 5e4914c31ead7b99eeed73067451367336b21422 (patch) | |
| tree | f2c49d5c8182d4ee1b8ad8ca5005fe1223da18c8 /lib/smux.h | |
| parent | ceacedba227e77156f92f7676b274c48a2817e8f (diff) | |
2005-09-29 Alain Ritoux <alain.ritoux@6wind.com>
    * 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.
Diffstat (limited to 'lib/smux.h')
| -rw-r--r-- | lib/smux.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/smux.h b/lib/smux.h index a4f1718dfc..79d23e7065 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];  };  | 
