net-snmp 5.7
Data Fields
netsnmp_data_list_s Struct Reference

used to iterate through lists of data More...

#include <data_list.h>

Data Fields

struct netsnmp_data_list_snext
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

Detailed Description

used to iterate through lists of data

Definition at line 41 of file data_list.h.


Field Documentation

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.


The documentation for this struct was generated from the following file: