pacemaker  2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
Functions
mainloop_compat.h File Reference

Deprecated Pacemaker mainloop API. More...

#include <glib.h>
#include <stdbool.h>
Include dependency graph for mainloop_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

gboolean crm_signal (int sig, void(*dispatch)(int sig))
 

Detailed Description

Deprecated Pacemaker mainloop API.

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

Definition in file mainloop_compat.h.

Function Documentation

◆ crm_signal()

gboolean crm_signal ( int  sig,
void(*)(int sig)  dispatch 
)
Deprecated:
Use crm_signal_handler() instead

Definition at line 1494 of file mainloop.c.