Network Block Device  @PACKAGE_VERSION@
Data Fields
PARAM Struct Reference

Configuration file values. More...

Data Fields

gchar * paramname
 Name of the parameter, as it appears in the config file. More...
 
gboolean required
 Whether this is a required (as opposed to optional) parameter. More...
 
PARAM_TYPE ptype
 Type of the parameter. More...
 
gpointer target
 Pointer to where the data of this parameter should be written. More...
 
gint flagval
 Flag mask for this parameter in case ptype is PARAM_BOOL. More...
 

Detailed Description

Configuration file values.

Definition at line 219 of file nbd-server.c.

Field Documentation

gint PARAM::flagval

Flag mask for this parameter in case ptype is PARAM_BOOL.

Definition at line 229 of file nbd-server.c.

gchar* PARAM::paramname

Name of the parameter, as it appears in the config file.

Definition at line 220 of file nbd-server.c.

PARAM_TYPE PARAM::ptype

Type of the parameter.

Definition at line 224 of file nbd-server.c.

gboolean PARAM::required

Whether this is a required (as opposed to optional) parameter.

Definition at line 222 of file nbd-server.c.

gpointer PARAM::target

Pointer to where the data of this parameter should be written.

If ptype is PARAM_BOOL, the data is or'ed rather than overwritten.

Definition at line 225 of file nbd-server.c.


The documentation for this struct was generated from the following file: