No subject


Sun Mar 11 03:57:02 CET 2012


=20
Request* req;
while ((run) && (!mib->get_agentx()->quit())) {
=20
req =3D reqList->receive(20000);
if (req) {
mib->process_request(req);
}
else {
// ping the master
mib->ping_master();
// we add or remove here rows=20
/* This shows how manipulation of a shared
table can be done from outside the table class:
if (ifTable->size() < 3) {
ifTable->any_index();
}
else {
List<MibTableRow>* l =3D ifTable->get_rows();
Oidx ind(l->last()->get_index());
l->clear();
delete l;
ifTable->remove_row(ind);
}
*/
}
}
For your reference the software versions we are currently running are:
 agent++ v3.5.27.b
 agentX++ v1.4.15
 snmp++ v3.2.21.a
Would there be any benefit in upgrading from these versions with regards =
to this problem?

Regards,
John Edmonds (BT)



More information about the AGENTPP mailing list