> On Wed, 4 May 2011 10:49:57 -0400, "Robinson, Jayson A"
> said:
RJA> Can someone explain the rationalization of changing oid definition
RJA> from a long to a 32bit integer in net-snmp 5.6.1?
Well, a couple of points:
1) an OID actually is limited to 32 bits, so the newer type makes s
Guys,
Can someone explain the rationalization of changing oid definition from a long
to a 32bit integer in net-snmp 5.6.1?
From pre net-snmp 5.6.1 ( We found this definition in every version
historically ).
typedef u_long oid;
From net-snmp-5.6.1:
typedef uint32_t oid;
Jayson
This commu