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

Function ccm_connection_destroy

cib/main.c:287–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285gboolean ccm_connect(void);
286
287static void
288ccm_connection_destroy(gpointer user_data)
289{
290 crm_err("CCM connection failed... blocking while we reconnect");
291 CRM_ASSERT(ccm_connect());
292 return;
293}
294
295static void *ccm_library = NULL;
296

Callers

nothing calls this directly

Calls 1

ccm_connectFunction · 0.85

Tested by

no test coverage detected