> > netsnmp_table_row *row = > netsnmp_table_data_set_create_row_from_defaults( > ds->default_row); > // tweak 'row' as required > netsnmp_table_dataset_add_row( ds, row ); >
dear sir, i have created the table with mib2c.create-dataset.conf. i have created the table as per youir instruction. but in the callback handler, i want to use the above function to add a row to table, but i don't have access to ds (netsnmp_table_data_set) variable, what should i do? thanks ... victor ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ 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
