| 285 | gboolean ccm_connect(void); |
| 286 | |
| 287 | static void |
| 288 | ccm_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 | |
| 295 | static void *ccm_library = NULL; |
| 296 |
nothing calls this directly
no test coverage detected