Context for the command. More...
Data Fields | |
char *const * | args |
Argv argument. More... | |
char * | cfgfile |
Name of the configuration file used, can be NULL! More... | |
GNUNET_PROGRAM_Main | task |
Main function to run. More... | |
void * | task_cls |
Closure for task. More... | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Configuration to use. More... | |
char* const* CommandContext::args |
char* CommandContext::cfgfile |
Name of the configuration file used, can be NULL!
Definition at line 53 of file program.c.
Referenced by program_main().
GNUNET_PROGRAM_Main CommandContext::task |
void* CommandContext::task_cls |
const struct GNUNET_CONFIGURATION_Handle* CommandContext::cfg |
Configuration to use.
Definition at line 68 of file program.c.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), program_main(), gnunet_testing.Peer::start(), and gnunet_testing.Peer::stop().