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 |
Argv argument.
Definition at line 48 of file program.c.
Referenced by GNUNET_PROGRAM_run2(), and program_main().
char* CommandContext::cfgfile |
Name of the configuration file used, can be NULL!
Definition at line 53 of file program.c.
Referenced by GNUNET_PROGRAM_run2(), and program_main().
GNUNET_PROGRAM_Main CommandContext::task |
Main function to run.
Definition at line 58 of file program.c.
Referenced by GNUNET_PROGRAM_run2(), and program_main().
void* CommandContext::task_cls |
Closure for task.
Definition at line 63 of file program.c.
Referenced by GNUNET_PROGRAM_run2(), and program_main().
const struct GNUNET_CONFIGURATION_Handle* CommandContext::cfg |
Configuration to use.
Definition at line 68 of file program.c.
Referenced by GNUNET_PROGRAM_run2(), and program_main().