On 12/02/2008, Simon Huebner <[EMAIL PROTECTED]> wrote:
> But now i have a problem with the load routine?
> With routine should i use to fill the table?
>
> netsnmp_create_table_data_row();
> netsnmp_set_row_column() and so one doesn't work, or?

No - that's the API for the "create-dataset" framework.
The template code should include a routine
    hrSWInstalledTable_createEntry
            which will add a new row to the internal table.

Call that (repeatedly) from within the load routine.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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