Skip to content
Snippets Groups Projects
Commit d50a7ff5 authored by Milos Lompar's avatar Milos Lompar
Browse files

Report all_ready state to the telemetry file

parent 1b916c4b
No related branches found
No related tags found
No related merge requests found
......@@ -425,6 +425,11 @@ event_loop(void)
mstro_cdo_declare("allClientsReady", MSTRO_ATTR_DEFAULT, &ready_all_cdo);
mstro_cdo_seal(ready_all_cdo);
mstro_cdo_offer(ready_all_cdo);
mstro_pool_event dummy = NULL;
store_telemetry_dispatch(dummy, "%" PRIu64 ",%s,%" PRIu64 ", { %" PRIappid ",\"%s\" }\n",
mstro_clock(),
"ALL_READY", 0,
-1, "SPECIAL MESSAGE");
g_conf_read_all_sent = true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment