pacemaker  2.1.6-802a72226b
Scalable High-Availability cluster resource manager
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 122 of file output_internal.h.

Field Documentation

◆ create

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.

◆ name

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.

◆ options

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.


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