![]()  | 
  
    pacemaker
    3.0.0-d8340737c4
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <stdbool.h>#include <stdint.h>#include <crm/cib/cib_types.h>#include <crm/common/scheduler.h>#include <crm/common/ipc_pacemakerd.h>#include <crm/common/output_internal.h>#include <pcmki/pcmki_fence.h>

Go to the source code of this file.
Functions | |
| int | pcmk__output_cluster_status (pcmk_scheduler_t *scheduler, stonith_t *stonith, cib_t *cib, xmlNode *current_cib, enum pcmk_pacemakerd_state pcmkd_state, enum pcmk__fence_history fence_history, uint32_t show, uint32_t show_opts, const char *only_node, const char *only_rsc, const char *neg_location_prefix) | 
| int | pcmk__status (pcmk__output_t *out, cib_t *cib, enum pcmk__fence_history fence_history, uint32_t show, uint32_t show_opts, const char *only_node, const char *only_rsc, const char *neg_location_prefix, unsigned int timeout_ms) | 
| int pcmk__output_cluster_status | ( | pcmk_scheduler_t * | scheduler, | 
| stonith_t * | stonith, | ||
| cib_t * | cib, | ||
| xmlNode * | current_cib, | ||
| enum pcmk_pacemakerd_state | pcmkd_state, | ||
| enum pcmk__fence_history | fence_history, | ||
| uint32_t | show, | ||
| uint32_t | show_opts, | ||
| const char * | only_node, | ||
| const char * | only_rsc, | ||
| const char * | neg_location_prefix | ||
| ) | 
Definition at line 69 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, | ||
| const char * | only_node, | ||
| const char * | only_rsc, | ||
| const char * | neg_location_prefix, | ||
| unsigned int | timeout_ms | ||
| ) | 
Definition at line 206 of file pcmk_status.c.
 1.8.14