On Tue, 26 Apr 2011 09:31:23 -0700 Wes wrote:
WH> MF> What is the purpose of agent/object_monitor.c?
WH>
WH> My recollection was that it was the start of a process for monitoring
WH> variables... Maybe it never got used or finished.
Looking at the code, it looks like it was creat
>>>>> On Fri, 22 Apr 2011 11:34:16 +0200, Magnus Fromreide
>>>>> said:
MF> What is the purpose of agent/object_monitor.c?
My recollection was that it was the start of a process for monitoring
variables... Maybe it never got used or finished.
Robert?
--
Wes
What is the purpose of agent/object_monitor.c?
The file was added in 2002 but I can't find any file that uses it nor
any mention of it in the makefile so I assume that it is unused and
never have been compiled. This is further indicated by the fact that it
contains an netsnmp_assert(var
nmp_notify_cooperative() APIs.
Really? Fascinating.
JJ> Unfortunately, in 5.1.2 object_monitor.c is no longer being built. Is
JJ> there a reason this functionality was removed, and is there something
JJ> better I should be using?
It was removed because the functionality was not being used
ely, in 5.1.2 object_monitor.c
is no longer being built. Is there a reason this functionality was removed,
and is there something better I should be using?
This communication is intended for the use of the recipient to which it is
addressed, and may contain confidential, personal and or privilege
I’ve inherited a project based on net-snmp-5.0.7 which
I’m trying to upgrade to 5.1.2. One of the things the project utilizes
is the object_monitor stuff, specifically the netsnmp_monitor_register() and netsnmp_notify_cooperative()
APIs. Unfortunately, in 5.1.2 object_monitor.c is no