| 1023 | } |
| 1024 | |
| 1025 | static void corosync_force_gather_init (void) |
| 1026 | { |
| 1027 | icmap_track_t track = NULL; |
| 1028 | |
| 1029 | icmap_set_string("runtime.force_gather", "no"); |
| 1030 | |
| 1031 | icmap_track_add("runtime.force_gather", |
| 1032 | ICMAP_TRACK_ADD | ICMAP_TRACK_DELETE | ICMAP_TRACK_MODIFY, |
| 1033 | force_gather_notify_fn, |
| 1034 | NULL, &track); |
| 1035 | } |
| 1036 | |
| 1037 | /* |
| 1038 | * Set RO flag for keys, which ether doesn't make sense to change by user (statistic) |
no test coverage detected