|
nfs-ganesha 1.4
|
get_set_proc.h : internal structures for registration and unregistration. More...
#include "snmp_adm.h"Go to the source code of this file.
Classes | |
| struct | get_set_info_s |
| struct | proc_info_s |
| struct | register_info_s |
| union | register_info_s::function_info_u |
| struct | polling_arg_s |
Typedefs | |
| typedef struct get_set_info_s | get_set_info |
| typedef struct proc_info_s | proc_info |
| typedef struct register_info_s | register_info |
| typedef struct polling_arg_s | polling_arg |
get_set_proc.h : internal structures for registration and unregistration.
Definition in file get_set_proc.h.
| typedef struct get_set_info_s get_set_info |
Information about get/set function. Used for registration.
| typedef struct polling_arg_s polling_arg |
Used by polling thread.
| typedef struct proc_info_s proc_info |
Information about procedure. Used for registration.
| typedef struct register_info_s register_info |
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.
1.7.3