nfs-ganesha 1.4
|
#include <snmp_adm.h>
Public Attributes | |
char * | label |
char * | desc |
int | nb_in |
unsigned char * | type_in |
int | nb_out |
unsigned char * | type_out |
void * | opt_arg |
proc | myproc |
Procedure information.
Definition at line 161 of file snmp_adm.h.
char* register_proc_s::desc |
A useful description
Definition at line 164 of file snmp_adm.h.
char* register_proc_s::label |
The variable's name
Definition at line 163 of file snmp_adm.h.
Number of inputs values
Definition at line 165 of file snmp_adm.h.
Number of outputs values
Definition at line 167 of file snmp_adm.h.
void* register_proc_s::opt_arg |
Optional argument, could be null
Definition at line 169 of file snmp_adm.h.
unsigned char* register_proc_s::type_in |
unsigned char* register_proc_s::type_out |
Array of output type
Definition at line 168 of file snmp_adm.h.