#include <crm_internal.h>
#include <sys/param.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <glib.h>
#include <crm/pengine/internal.h>
#include <pe_status_private.h>
Go to the source code of this file.
Reset working set to default state without freeing it or constraints.
- Parameters
-
[in,out] | data_set | Working set to reset |
- Deprecated:
- This function is deprecated as part of the API; pe_reset_working_set() should be used instead.
Definition at line 270 of file status.c.
pe_node_t* pe_find_node |
( |
GList * |
nodes, |
|
|
const char * |
uname |
|
) |
| |
pe_node_t* pe_find_node_any |
( |
GList * |
nodes, |
|
|
const char * |
id, |
|
|
const char * |
uname |
|
) |
| |
pe_node_t* pe_find_node_id |
( |
GList * |
nodes, |
|
|
const char * |
id |
|
) |
| |
pe_resource_t* pe_find_resource |
( |
GList * |
rsc_list, |
|
|
const char * |
id |
|
) |
| |
pe_resource_t* pe_find_resource_with_flags |
( |
GList * |
rsc_list, |
|
|
const char * |
id, |
|
|
enum pe_find |
flags |
|
) |
| |
Free a working set.
- Parameters
-
[in] | data_set | Working set to free |
Definition at line 50 of file status.c.
Create a new working set.
- Returns
- New, initialized working set on success, else NULL (and set errno)
- Note
- Only pe_working_set_t objects created with this function (as opposed to statically declared or directly allocated) should be used with the functions in this library, to allow for future extensions to the data type. The caller is responsible for freeing the memory with pe_free_working_set() when the instance is no longer needed.
Definition at line 34 of file status.c.
Reset a working set to default state without freeing it.
- Parameters
-
[in,out] | data_set | Working set to reset |
Definition at line 329 of file status.c.