Home
last modified time | relevance | path

Searched refs:ws_init_done (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/logging/backends/
Dlog_backend_ws.c23 static bool ws_init_done; variable
153 if (!ws_init_done && do_ws_init(&ctx) == 0) { in process()
154 ws_init_done = true; in process()