#include <crm_internal.h>
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <time.h>
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <bzlib.h>
#include <libxml/tree.h>
#include <crm/crm.h>
#include <crm/common/cib_internal.h>
#include <crm/common/xml.h>
#include <crm/common/xml_internal.h>
#include "crmcommon_private.h"
Go to the source code of this file.
|
xmlNode * | xml_create_patchset (int format, xmlNode *source, xmlNode *target, bool *config_changed, bool manage_version) |
|
void | patchset_process_digest (xmlNode *patch, xmlNode *source, xmlNode *target, bool with_digest) |
|
bool | xml_patch_versions (const xmlNode *patchset, int add[3], int del[3]) |
|
int | xml_apply_patchset (xmlNode *xml, xmlNode *patchset, bool check_version) |
|
bool | pcmk__cib_element_in_patchset (const xmlNode *patchset, const char *element) |
|
◆ xml_change_obj_t
◆ patchset_process_digest()
void patchset_process_digest |
( |
xmlNode * |
patch, |
|
|
xmlNode * |
source, |
|
|
xmlNode * |
target, |
|
|
bool |
with_digest |
|
) |
| |
◆ pcmk__cib_element_in_patchset()
bool pcmk__cib_element_in_patchset |
( |
const xmlNode * |
patchset, |
|
|
const char * |
element |
|
) |
| |
◆ xml_apply_patchset()
int xml_apply_patchset |
( |
xmlNode * |
xml, |
|
|
xmlNode * |
patchset, |
|
|
bool |
check_version |
|
) |
| |
◆ xml_create_patchset()
xmlNode* xml_create_patchset |
( |
int |
format, |
|
|
xmlNode * |
source, |
|
|
xmlNode * |
target, |
|
|
bool * |
config_changed, |
|
|
bool |
manage_version |
|
) |
| |
◆ xml_patch_versions()
bool xml_patch_versions |
( |
const xmlNode * |
patchset, |
|
|
int |
add[3], |
|
|
int |
del[3] |
|
) |
| |