> On Sun, 20 Feb 2011 11:40:14 -0800, Zahra Ghavami
> said:
nG> I used different kinds of table handler (data-set, container,…), but
ZG> couldn’t find a way to use data defined somewhere else as table objects.
You need to get access to the container objects itself and loop through
the da
First thanks for your response,
Then if I’ve understood what u said, I think I did use my handlers in
subagent for scalars as bellow:
netsnmp_handler_registration *reg;
reg = netsnmp_create_handler_registration("objInteger", NULL,
objInteger_oid,
OID_LENGTH(objInteger_oid),
HANDLER_CAN_RWRITE
> On Sun, 20 Feb 2011 01:48:57 -0500, Zahra Ghavami
> said:
ZG> How can i handle a table in a way that its data can be manipulated by other
ZG> programs not using snmp?
ZG> e.g. having a simple reference to an array,...?
The traditional way of doing that is the opposite: put the data in