| 439 | } |
| 440 | |
| 441 | static int cmap_sync_process (void) |
| 442 | { |
| 443 | const char *key = "totem.config_version"; |
| 444 | cs_error_t ret; |
| 445 | |
| 446 | ret = cmap_mcast_send(CMAP_MCAST_REASON_SYNC, 1, (char **)&key); |
| 447 | |
| 448 | return (ret == CS_OK ? 0 : -1); |
| 449 | } |
| 450 | |
| 451 | static void cmap_sync_activate (void) |
| 452 | { |
nothing calls this directly
no test coverage detected