Page MenuHomeClusterLabs Projects

utils.h
No OneTemporary

/*
* Copyright (C) 2004 Andrew Beekhof <andrew@beekhof.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef PENGINE_AUTILS__H
#define PENGINE_AUTILS__H
/* Constraint helper functions */
extern rsc_colocation_t *invert_constraint(rsc_colocation_t *constraint);
extern rsc_to_node_t *copy_constraint(rsc_to_node_t *constraint);
extern void print_rsc_to_node(
const char *pre_text, rsc_to_node_t *cons, gboolean details);
extern void print_rsc_colocation(
const char *pre_text, rsc_colocation_t *cons, gboolean details);
extern rsc_to_node_t *rsc2node_new(
const char *id, resource_t *rsc, int weight, node_t *node,
pe_working_set_t *data_set);
extern void pe_free_rsc_to_node(GListPtr constraints);
extern void pe_free_ordering(GListPtr constraints);
extern const char *ordering_type2text(enum pe_ordering type);
extern gboolean rsc_colocation_new(
const char *id, const char *node_attr, int score,
resource_t *rsc_lh, resource_t *rsc_rh,
const char *state_lh, const char *state_rh,
pe_working_set_t *data_set);
extern rsc_to_node_t *generate_location_rule(
resource_t *rsc, xmlNode *location_rule, pe_working_set_t *data_set);
extern gint sort_node_weight(gconstpointer a, gconstpointer b);
extern gboolean can_run_resources(const node_t *node);
extern gboolean native_assign_node(resource_t *rsc, GListPtr candidates, node_t *chosen, gboolean force);
extern void convert_non_atomic_task(resource_t *rsc, order_constraint_t *order, gboolean with_notify);
extern void order_actions(
action_t *lh_action, action_t *rh_action, enum pe_ordering order);
extern void log_action(unsigned int log_level, const char *pre_text,
action_t *action, gboolean details);
extern action_t *get_pseudo_op(const char *name, pe_working_set_t *data_set);
extern gboolean can_run_any(GListPtr nodes);
resource_t *find_compatible_child(
resource_t *local_child, resource_t *rsc, enum rsc_role_e filter, gboolean current);
#define STONITH_UP "stonith_up"
#define ALL_STOPPED "all_stopped"
#endif

File Metadata

Mime Type
text/x-c
Expires
Thu, Oct 16, 12:18 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2507780
Default Alt Text
utils.h (2 KB)

Event Timeline