Hi folks,
 
I have problem initializing data into tables create with the mib2c data_set 
method.
 
I modified the netsnmp_table_set_multi_add_default_row as shown below but it 
does not work.
 
 netsnmp_table_set_multi_add_default_row(table_set,
                                             2, ASN_OCTET_STR, 1, mystring1, 
strlen(mystring1),
                                            3, ASN_OCTET_STR, 1, mystring2, 
strlen(mystring2),
                                             0 /* done */ );

Any ideas on how to do this ?
 
Thanks
 
Yan~


      
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
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