Network Block Device  @PACKAGE_VERSION@
Data Fields
generic_conf Struct Reference

Configuration file values of the "generic" section. More...

Data Fields

gchar * user
 user we run the server as More...
 
gchar * group
 group we run running as More...
 
gchar * modernaddr
 address of the modern socket More...
 
gchar * modernport
 port of the modern socket More...
 
gchar * unixsock
 file name of the unix domain socket More...
 
gint flags
 global flags More...
 

Detailed Description

Configuration file values of the "generic" section.

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

Field Documentation

gint generic_conf::flags

global flags

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

Referenced by main(), and parse_cfile().

gchar* generic_conf::group

group we run running as

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

Referenced by main(), and parse_cfile().

gchar* generic_conf::modernaddr

address of the modern socket

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

Referenced by main(), and parse_cfile().

gchar* generic_conf::modernport

port of the modern socket

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

Referenced by main(), and parse_cfile().

gchar* generic_conf::unixsock

file name of the unix domain socket

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

Referenced by main(), and parse_cfile().

gchar* generic_conf::user

user we run the server as

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

Referenced by main(), and parse_cfile().


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