> Now I need to delete a row.  How do I do that?  I want to
> use:
>   netsnmp_table_dataset_remove_and_delete_row()
> 
> It takes two arguments, the 'table' and 'row' structures.


> But how about row?  How do I set the struct 'row' with the
> right values to it's members if all I know is the index of
> the row that needs to be killed.

Try
        netsnmp_extract_table_row( request )

The table_data/table_dataset helpers take care of identifying the
row (and column) that is appropriate for a given request, and will
squirrel this information away for you.
  You just need to retrieve it.

Dave



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
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