| 283 | } |
| 284 | |
| 285 | static void *host_watcher_thread(void *opaque) { |
| 286 | cbm_watcher_run(opaque, HOST_WATCH_INTERVAL_MS); |
| 287 | return NULL; |
| 288 | } |
| 289 | |
| 290 | static void *host_http_thread(void *opaque) { |
| 291 | cbm_http_server_run(opaque); |
nothing calls this directly
no test coverage detected