pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
pcmk__supported_format_s Struct Reference

#include <include/crm/common/output_internal.h>

Collaboration diagram for pcmk__supported_format_s:
Collaboration graph
[legend]

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...
 

Detailed Description

Definition at line 120 of file output_internal.h.

Field Documentation

pcmk__output_factory_t pcmk__supported_format_s::create

A function that creates a pcmk__output_t.

Definition at line 130 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 125 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 136 of file output_internal.h.


The documentation for this struct was generated from the following file: