|
net-snmp 5.7
|
used to iterate through lists of data More...
#include <data_list.h>
Data Fields | |
| struct netsnmp_data_list_s * | next |
| char * | name |
| void * | data |
| The pointer to the data passed on. | |
| Netsnmp_Free_List_Data * | free_func |
| must know how to free netsnmp_data_list->data | |
used to iterate through lists of data
Definition at line 41 of file data_list.h.
The pointer to the data passed on.
Definition at line 45 of file data_list.h.
| Netsnmp_Free_List_Data* netsnmp_data_list_s::free_func |
must know how to free netsnmp_data_list->data
Definition at line 47 of file data_list.h.
1.7.4