pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <stdio.h>
#include <stdbool.h>
#include <crm/common/scheduler.h>
#include <crm/common/scheduler_internal.h>
Go to the source code of this file.
Functions | |
const char * | pcmk_resource_id (const pcmk_resource_t *rsc) |
bool | pcmk_resource_is_managed (const pcmk_resource_t *rsc) |
const char * | pcmk__multiply_active_text (const pcmk_resource_t *rsc) |
Get readable description of a multiply-active recovery type. More... | |
const char* pcmk__multiply_active_text | ( | const pcmk_resource_t * | rsc | ) |
Get readable description of a multiply-active recovery type.
[in] | rsc | Resource with recovery type to check |
rsc
Definition at line 54 of file resources.c.
const char* pcmk_resource_id | ( | const pcmk_resource_t * | rsc | ) |
Definition at line 27 of file resources.c.
bool pcmk_resource_is_managed | ( | const pcmk_resource_t * | rsc | ) |
Definition at line 41 of file resources.c.