pacemaker 3.0.1-16e74fc4da
Scalable High-Availability cluster resource manager
Loading...
Searching...
No Matches
status_compat.h File Reference

Deprecated Pacemaker scheduler utilities. More...

#include <stdbool.h>
#include <crm/common/util.h>
#include <crm/common/scheduler.h>
Include dependency graph for status_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

pcmk_scheduler_tpe_new_working_set (void)
 
void pe_reset_working_set (pcmk_scheduler_t *scheduler)
 
void cleanup_calculations (pcmk_scheduler_t *scheduler)
 
void set_working_set_defaults (pcmk_scheduler_t *scheduler)
 
void pe_free_working_set (pcmk_scheduler_t *scheduler)
 
pcmk_node_tpe_find_node (const GList *node_list, const char *node_name)
 

Detailed Description

Deprecated Pacemaker scheduler utilities.

Deprecated
Do not include this header directly. The utilities in this header, and the header itself, will be removed in a future release.

Definition in file status_compat.h.

Function Documentation

◆ cleanup_calculations()

void cleanup_calculations ( pcmk_scheduler_t * scheduler)
Deprecated
Use pcmk_reset_scheduler() instead

Definition at line 285 of file status.c.

◆ pe_find_node()

pcmk_node_t * pe_find_node ( const GList * node_list,
const char * node_name )
Deprecated
Use pcmk_find_node() with scheduler object instead

Definition at line 363 of file status.c.

◆ pe_free_working_set()

void pe_free_working_set ( pcmk_scheduler_t * scheduler)
Deprecated
Use pcmk_free_scheduler() instead

Definition at line 357 of file status.c.

◆ pe_new_working_set()

pcmk_scheduler_t * pe_new_working_set ( void )
Deprecated
Use pcmk_new_scheduler() instead

Definition at line 270 of file status.c.

◆ pe_reset_working_set()

void pe_reset_working_set ( pcmk_scheduler_t * scheduler)
Deprecated
Use pcmk_reset_scheduler() instead

Definition at line 276 of file status.c.

◆ set_working_set_defaults()

void set_working_set_defaults ( pcmk_scheduler_t * scheduler)
Deprecated
Use pcmk_reset_scheduler() instead

Definition at line 336 of file status.c.