Go to the source code of this file.
|
int | pcmk__node_attr_request (crm_ipc_t *ipc, char command, const char *host, const char *name, const char *value, const char *section, const char *set, const char *dampen, const char *user_name, int options) |
|
int | pcmk__node_attr_request_clear (crm_ipc_t *ipc, const char *host, const char *resource, const char *operation, const char *interval_spec, const char *user_name, int options) |
|
const char * | pcmk__node_attr_target (const char *name) |
|
#define pcmk__set_node_attr_flags |
( |
|
node_attr_flags, |
|
|
|
flags_to_set |
|
) |
| |
Value:do { \
node_attr_flags = pcmk__set_flags_as(__func__, __LINE__, \
(node_attr_flags), (flags_to_set), #flags_to_set); \
} while (0)
Definition at line 26 of file attrd_internal.h.
Enumerator |
---|
pcmk__node_attr_none |
|
pcmk__node_attr_remote |
|
pcmk__node_attr_private |
|
Definition at line 20 of file attrd_internal.h.
int pcmk__node_attr_request |
( |
crm_ipc_t * |
ipc, |
|
|
char |
command, |
|
|
const char * |
host, |
|
|
const char * |
name, |
|
|
const char * |
value, |
|
|
const char * |
section, |
|
|
const char * |
set, |
|
|
const char * |
dampen, |
|
|
const char * |
user_name, |
|
|
int |
options |
|
) |
| |
int pcmk__node_attr_request_clear |
( |
crm_ipc_t * |
ipc, |
|
|
const char * |
host, |
|
|
const char * |
resource, |
|
|
const char * |
operation, |
|
|
const char * |
interval_spec, |
|
|
const char * |
user_name, |
|
|
int |
options |
|
) |
| |
const char* pcmk__node_attr_target |
( |
const char * |
name | ) |
|