pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
remote.c File Reference
#include <crm_internal.h>
#include <crm/common/xml.h>
#include <crm/common/scheduler_internal.h>
#include <crm/pengine/internal.h>
#include <glib.h>
Include dependency graph for remote.c:

Go to the source code of this file.

Functions

pcmk_resource_tpe__resource_contains_guest_node (const pcmk_scheduler_t *scheduler, const pcmk_resource_t *rsc)
 
bool xml_contains_remote_node (xmlNode *xml)
 
void pe_foreach_guest_node (const pcmk_scheduler_t *scheduler, const pcmk_node_t *host, void(*helper)(const pcmk_node_t *, void *), void *user_data)
 
xmlNode * pe_create_remote_xml (xmlNode *parent, const char *uname, const char *container_id, const char *migrateable, const char *is_managed, const char *start_timeout, const char *server, const char *port)
 

Function Documentation

◆ pe__resource_contains_guest_node()

pcmk_resource_t * pe__resource_contains_guest_node ( const pcmk_scheduler_t * scheduler,
const pcmk_resource_t * rsc )

Definition at line 29 of file remote.c.

◆ pe_create_remote_xml()

xmlNode * pe_create_remote_xml ( xmlNode * parent,
const char * uname,
const char * container_id,
const char * migrateable,
const char * is_managed,
const char * start_timeout,
const char * server,
const char * port )

Definition at line 128 of file remote.c.

◆ pe_foreach_guest_node()

void pe_foreach_guest_node ( const pcmk_scheduler_t * scheduler,
const pcmk_node_t * host,
void(* helper )(const pcmk_node_t *, void *),
void * user_data )

Definition at line 85 of file remote.c.

◆ xml_contains_remote_node()

bool xml_contains_remote_node ( xmlNode * xml)

Definition at line 49 of file remote.c.