MCPcopy Create free account
hub / github.com/ClusterLabs/pacemaker / mainloop_get_ipc_client

Function mainloop_get_ipc_client

lib/common/mainloop.c:694–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694crm_ipc_t *
695mainloop_get_ipc_client(mainloop_io_t *client)
696{
697 if(client) {
698 return client->ipc;
699 }
700 return NULL;
701}
702
703mainloop_io_t *
704mainloop_add_fd(

Callers 8

mainFunction · 0.85
do_initFunction · 0.85
try_corosyncFunction · 0.85
cib_native_signon_rawFunction · 0.85
lrmd_api_connectFunction · 0.85
stonith_api_signonFunction · 0.85
init_cs_connectionFunction · 0.85
do_pe_invoke_callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected