|
nfs-ganesha 1.4
|
#include <get_set_proc.h>
Classes | |
| union | function_info_u |
Public Types | |
| enum | type_e { SCAL, GET_SET, PROC } |
Public Attributes | |
| char * | label |
| char * | desc |
| union register_info_s::function_info_u | function_info |
| int | type |
| enum register_info_s::type_e | type_enum |
| netsnmp_handler_registration ** | reg |
| int | reg_len |
| struct register_info_s * | next |
Keep track of recorded object. It is usefull for unregistration and to call functions on request. We make a linked list of all recorded objects.
Definition at line 48 of file get_set_proc.h.
| char* register_info_s::desc |
we save the description in our own memory
Definition at line 53 of file get_set_proc.h.
| char* register_info_s::label |
label, it is the research key for unregistration
Definition at line 51 of file get_set_proc.h.
| struct register_info_s* register_info_s::next |
next recorded object
Definition at line 79 of file get_set_proc.h.
| netsnmp_handler_registration** register_info_s::reg |
array of Net-SNMP register, used for unregister
Definition at line 74 of file get_set_proc.h.
length of Net-SNMP register's array
Definition at line 76 of file get_set_proc.h.
number in the nested union (type_e)
Definition at line 65 of file get_set_proc.h.
1.7.3