Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClusterLabs/pacemaker
/ test_exit
Function
test_exit
lrmd/test.c:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
static char event_buf_v0[1024];
92
93
static void
94
test_exit(int rc)
95
{
96
lrmd_api_delete(lrmd_conn);
97
crm_exit(rc);
98
}
99
100
#define print_result(result) \
101
if (!options.quiet) { \
Callers
5
read_events
Function · 0.85
timeout_err
Function · 0.85
try_connect
Function · 0.85
start_test
Function · 0.85
main
Function · 0.85
Calls
2
lrmd_api_delete
Function · 0.85
crm_exit
Function · 0.85
Tested by
no test coverage detected