Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google
Main Page | Modules | Data Structures | File List | Data Fields | Related Pages | Examples

netsnmp_data_list_s Struct Reference

used to iterate through lists of data More...

#include <data_list.h>


Data Fields

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

Detailed Description

used to iterate through lists of data

Definition at line 41 of file data_list.h.


Field Documentation

void* netsnmp_data_list_s::data
 

The pointer to the data passed on.

Definition at line 45 of file data_list.h.

Referenced by netsnmp_create_data_list(), netsnmp_free_list_data(), netsnmp_get_list_data(), and netsnmp_save_all_data().

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.

Referenced by netsnmp_create_data_list(), and netsnmp_free_list_data().


The documentation for this struct was generated from the following file:
Generated on Fri Dec 30 13:47:51 2005 for net-snmp by  doxygen 1.3.9.1

Valid CSS!


Last modified: Thursday, 01-Mar-2007 16:20:08 PST
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.