>>>>> On Sun, 5 Feb 2006 19:35:22 +0200, "Makavy, Erez (Erez)" <[EMAIL 
>>>>> PROTECTED]> said:

Erez> In the structure netsnmp_request_info flags, what are these
Erez> flags used for?
 
Erez> int             delegated;

delegated indicates that you aren't going to handle the request right
now and you've put off answering it until later but you promise on
your honor as a coder that you will.  Specifically, if you're waiting
for a response from a socket request or talking to something else you
can let go control of the agent for a bit and say "I'll be back".
There is an example in agent/mibgroup/examples/delayed_instance.c

Erez> int             inclusive;

Err...  that's a bit harder.  The AgentX documentation would acutally
be a good place to look for that definition.  Generally you shouldn't
have to worry your pretty head about it.

-- 
Wes Hardaker
Sparta, Inc.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to