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
gchar * group
 group we run running as
gchar * modernaddr
 address of the modern socket
gchar * modernport
 port of the modern socket
gchar * unixsock
 file name of the unix domain socket
gint flags
 global flags
gint threads
 maximum number of parallel threads we want to run

Detailed Description

Configuration file values of the "generic" section.

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


Field Documentation

global flags

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

Referenced by main(), and parse_cfile().

group we run running as

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

Referenced by main(), and parse_cfile().

address of the modern socket

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

Referenced by cmdline(), main(), and parse_cfile().

port of the modern socket

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

Referenced by cmdline(), main(), and parse_cfile().

maximum number of parallel threads we want to run

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

Referenced by append_new_servers(), main(), and parse_cfile().

file name of the unix domain socket

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

Referenced by main(), and parse_cfile().

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: