nfs-ganesha 1.4
Classes | Typedefs

get_set_proc.h File Reference

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

Detailed Description

get_set_proc.h : internal structures for registration and unregistration.

Author:
Cédric CABESSA

Definition in file get_set_proc.h.


Typedef Documentation

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.

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.