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

Function timeout_err

lrmd/test.c:147–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static gboolean
148timeout_err(gpointer data)
149{
150 print_result(printf("LISTEN EVENT FAILURE - timeout occurred, never found.\n"));
151 test_exit(-1);
152
153 return FALSE;
154}
155
156static void
157try_connect(void)

Callers

nothing calls this directly

Calls 1

test_exitFunction · 0.85

Tested by

no test coverage detected