pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <include/crm/common/output_internal.h>
Data Fields | |
const char * | name |
The name of this output formatter, which should match the fmt_name parameter in some pcmk__output_t structure. More... | |
pcmk__output_factory_t | create |
A function that creates a pcmk__output_t. More... | |
GOptionEntry * | options |
Format-specific command line options. This can be NULL if no command line options should be supported. More... | |
Definition at line 121 of file output_internal.h.
pcmk__output_factory_t pcmk__supported_format_s::create |
A function that creates a pcmk__output_t.
Definition at line 131 of file output_internal.h.
const char* pcmk__supported_format_s::name |
The name of this output formatter, which should match the fmt_name parameter in some pcmk__output_t structure.
Definition at line 126 of file output_internal.h.
GOptionEntry* pcmk__supported_format_s::options |
Format-specific command line options. This can be NULL if no command line options should be supported.
Definition at line 137 of file output_internal.h.