| 
    pacemaker
    2.1.5-b7adf64e51
    
   Scalable High-Availability cluster resource manager 
   | 
 
#include <include/crm/common/mainloop.h>
Data Fields | |
| int(* | dispatch )(const char *buffer, ssize_t length, gpointer userdata) | 
| Dispatch function for an IPC connection used as mainloop source.  More... | |
| void(* | destroy )(gpointer userdata) | 
| Destroy function for mainloop IPC connection client data.  More... | |
Definition at line 74 of file mainloop.h.
| void(* ipc_client_callbacks::destroy) (gpointer userdata) | 
Destroy function for mainloop IPC connection client data.
| [in,out] | userdata | User data passed when creating mainloop source | 
Definition at line 91 of file mainloop.h.
| int(* ipc_client_callbacks::dispatch) (const char *buffer, ssize_t length, gpointer userdata) | 
Dispatch function for an IPC connection used as mainloop source.
| [in] | buffer | Message read from IPC connection | 
| [in] | length | Number of bytes in buffer  | 
| [in] | userdata | User data passed when creating mainloop source | 
Definition at line 84 of file mainloop.h.
 1.8.14