pacemaker
2.1.9-49aab99839
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 (enum rsc_recovery_type recovery) |
Get readable description of a multiply-active recovery type. More... | |
const char* pcmk__multiply_active_text | ( | enum rsc_recovery_type | recovery | ) |
Get readable description of a multiply-active recovery type.
[in] | recovery | Recovery type |
recovery
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.