|
pacemaker
2.1.6-802a72226b
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 122 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 132 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 127 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 138 of file output_internal.h.
1.8.14