| 129 | cli_dist_notice_printed = 0; |
| 130 | } |
| 131 | |
| 132 | static bool cli_distributed_coordinator(const cli_config *cfg) { |
| 133 | return cfg && cfg->engine.distributed.role == DS4_DISTRIBUTED_COORDINATOR; |
| 134 | } |
| 135 | |
| 136 | static void cli_dist_busy_set(const cli_config *cfg, bool busy) { |
no test coverage detected