![]() |
pacemaker 3.0.1-16e74fc4da
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 | |
void | pcmk__free_resource (gpointer user_data) |
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. | |
void pcmk__free_resource | ( | gpointer | user_data | ) |
Definition at line 25 of file resources.c.
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 70 of file resources.c.
const char * pcmk_resource_id | ( | const pcmk_resource_t * | rsc | ) |
Definition at line 43 of file resources.c.
bool pcmk_resource_is_managed | ( | const pcmk_resource_t * | rsc | ) |
Definition at line 57 of file resources.c.