On 16/02/07, Pilt <[EMAIL PROTECTED]> wrote:
> 1) when the 'reqinfo->mode' is SET, where are the new values of the objects
>     we want to set situated?
> (I tried to set an Integer32 object and output ... 
> 'request->requestvb->val.integer'

Close.
Try
     *request->requestvb->val.integer

'integer' is a *pointer* to the value.


> 2) generally, when using the subhandler to deal with any aspects of the 
> request,
>   do we overload those parts of request processing in
>   netsnmp_table_data_set_helper_handler() or requests are then handled both
>   by default handler and our subhandler?

Requests will be handled by the default handler, and then passed to
your subhandler.
So it's both.

Dave

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to