#include <nntpgrab_types.h>
Data Fields |
|
| char | servername [128] |
| char | hostname [128] |
| int | port |
| char | username [64] |
| char | password [64] |
| int | max_threads |
| ServerPriority | priority |
| gboolean | use_ssl |
| gboolean | enabled |
Definition at line 33 of file nntpgrab_types.h.
| char _config_server::servername[128] |
Definition at line 34 of file nntpgrab_types.h.
| char _config_server::hostname[128] |
Definition at line 35 of file nntpgrab_types.h.
Definition at line 36 of file nntpgrab_types.h.
| char _config_server::username[64] |
Definition at line 37 of file nntpgrab_types.h.
| char _config_server::password[64] |
Definition at line 38 of file nntpgrab_types.h.
Definition at line 39 of file nntpgrab_types.h.
Definition at line 40 of file nntpgrab_types.h.
| gboolean _config_server::use_ssl |
Definition at line 41 of file nntpgrab_types.h.
| gboolean _config_server::enabled |
Definition at line 42 of file nntpgrab_types.h.