[AGENT++] Two issues for SNMP++ 3.2.11

Jochen Katz katz at agentpp.com
Tue Apr 20 18:25:27 CEST 2004


Hi,

> 1. Creation of the second v3MP causes a bug, because its constructor does
> not initialize own_engine_id and usm (the destructor will cause program
> fault)

will be fixed in the next release.

> 2. Is there a way to programmatically retrieve the SNMP++ version number
> (e.g., as a string, "3.2.11" would be fine). If not, could you consider
> adding it?

The following macros and function will be in the next release:

#define SNMP_PP_VERSION_STRING "3.2.11"
#define SNMP_PP_VERSION 3
#define SNMP_PP_RELEASE 2
#define SNMP_PP_PATCHLEVEL 11

const char *Snmp::get_version()

Regards,
   Jochen



More information about the AGENTPP mailing list