Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F5519314
complex.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
complex.h
View Options
/*
* Copyright 2004-2021 the Pacemaker project contributors
*
* The version control history for this file may have further details.
*
* This source code is licensed under the GNU Lesser General Public License
* version 2.1 or later (LGPLv2.1+) WITHOUT ANY WARRANTY.
*/
#ifndef PENGINE_COMPLEX__H
# define PENGINE_COMPLEX__H
#ifdef __cplusplus
extern "C" {
#endif
#include <glib.h> // gboolean, GHashTable
#include <libxml/tree.h> // xmlNode
#include <crm/pengine/pe_types.h> // pe_node_t, pe_resource_t, etc.
extern resource_object_functions_t resource_class_functions[];
GHashTable *pe_rsc_params(pe_resource_t *rsc, pe_node_t *node,
pe_working_set_t *data_set);
void get_meta_attributes(GHashTable * meta_hash, pe_resource_t *rsc,
pe_node_t *node, pe_working_set_t *data_set);
void get_rsc_attributes(GHashTable *meta_hash, pe_resource_t *rsc,
pe_node_t *node, pe_working_set_t *data_set);
#if ENABLE_VERSIONED_ATTRS
void pe_get_versioned_attributes(xmlNode *meta_hash, pe_resource_t *rsc,
pe_node_t *node, pe_working_set_t *data_set);
#endif
gboolean is_parent(pe_resource_t *child, pe_resource_t *rsc);
pe_resource_t *uber_parent(pe_resource_t *rsc);
void pe__set_next_role(pe_resource_t *rsc, enum rsc_role_e role,
const char *why);
#ifdef __cplusplus
}
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Sep 5, 9:22 AM (7 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2308645
Default Alt Text
complex.h (1 KB)
Attached To
Mode
rP Pacemaker
Attached
Detach File
Event Timeline
Log In to Comment