MCPcopy 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

91static char event_buf_v0[1024];
92
93static void
94test_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_eventsFunction · 0.85
timeout_errFunction · 0.85
try_connectFunction · 0.85
start_testFunction · 0.85
mainFunction · 0.85

Calls 2

lrmd_api_deleteFunction · 0.85
crm_exitFunction · 0.85

Tested by

no test coverage detected