Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
694
crm_ipc_t *
695
mainloop_get_ipc_client(mainloop_io_t *client)
696
{
697
if(client) {
698
return client->ipc;
699
}
700
return NULL;
701
}
702
703
mainloop_io_t *
704
mainloop_add_fd(
Callers
8
main
Function · 0.85
do_init
Function · 0.85
try_corosync
Function · 0.85
cib_native_signon_raw
Function · 0.85
lrmd_api_connect
Function · 0.85
stonith_api_signon
Function · 0.85
init_cs_connection
Function · 0.85
do_pe_invoke_callback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected