| 
    pacemaker
    2.1.3-ea053b43a
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <stdbool.h>#include <stdint.h>#include <crm/cib/cib_types.h>#include <crm/pengine/pe_types.h>#include <crm/common/output_internal.h>#include <pcmki/pcmki_fence.h>

Go to the source code of this file.
Functions | |
| int | pcmk__output_simple_status (pcmk__output_t *out, pe_working_set_t *data_set) | 
| int | pcmk__output_cluster_status (pcmk__output_t *out, stonith_t *st, cib_t *cib, xmlNode *current_cib, enum pcmk__fence_history fence_history, uint32_t show, uint32_t show_opts, char *only_node, char *only_rsc, char *neg_location_prefix, bool simple_output) | 
| int | pcmk__status (pcmk__output_t *out, cib_t *cib, enum pcmk__fence_history fence_history, uint32_t show, uint32_t show_opts, char *only_node, char *only_rsc, char *neg_location_prefix, bool simple_output) | 
| int pcmk__output_cluster_status | ( | pcmk__output_t * | out, | 
| stonith_t * | st, | ||
| cib_t * | cib, | ||
| xmlNode * | current_cib, | ||
| enum pcmk__fence_history | fence_history, | ||
| uint32_t | show, | ||
| uint32_t | show_opts, | ||
| char * | only_node, | ||
| char * | only_rsc, | ||
| char * | neg_location_prefix, | ||
| bool | simple_output | ||
| ) | 
Definition at line 139 of file pcmk_status.c.
| int pcmk__output_simple_status | ( | pcmk__output_t * | out, | 
| pe_working_set_t * | data_set | ||
| ) | 
Definition at line 296 of file pcmk_status.c.
| int pcmk__status | ( | pcmk__output_t * | out, | 
| cib_t * | cib, | ||
| enum pcmk__fence_history | fence_history, | ||
| uint32_t | show, | ||
| uint32_t | show_opts, | ||
| char * | only_node, | ||
| char * | only_rsc, | ||
| char * | neg_location_prefix, | ||
| bool | simple_output | ||
| ) | 
Definition at line 239 of file pcmk_status.c.
 1.8.14