#include <stdbool.h>
#include <glib.h>
#include <libxml/tree.h>
#include <crm/common/rules.h>
#include <crm/common/iso8601.h>
#include <crm/common/strings_internal.h>
Go to the source code of this file.
◆ pcmk__insert_meta
#define pcmk__insert_meta |
( |
| obj, |
|
|
| name, |
|
|
| value ) |
Value: do { \
\
pcmk__config_warn("Support for setting meta-attributes " \
"(such as %s) to the explicit value " \
"'#default' is deprecated and will be " \
"removed in a future release", (
name)); \
} else if ((value) != NULL) { \
pcmk__insert_dup((obj)->meta, (
name), (value)); \
} \
} while (0)
Definition at line 56 of file nvpair_internal.h.
◆ pcmk__nvpair_unpack_t
◆ pcmk__cmp_nvpair_blocks()
gint pcmk__cmp_nvpair_blocks |
( |
gconstpointer | a, |
|
|
gconstpointer | b, |
|
|
gpointer | user_data ) |
◆ pcmk__unpack_nvpair_block()
void pcmk__unpack_nvpair_block |
( |
gpointer | data, |
|
|
gpointer | user_data ) |