X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Ffrontend%2Fquery.c;h=f8d6a1f2dc8e518ca3843752794789f94361b3d4;hp=2e2832469e8d2fed9beb2a405faa513f05edd09c;hb=31c05eddfdb2859d5d1dbfe7a1e2a1be19131fc3;hpb=bd0f5acb817a65984509ff648555fc65140873ba diff --git a/src/frontend/query.c b/src/frontend/query.c index 2e28324..f8d6a1f 100644 --- a/src/frontend/query.c +++ b/src/frontend/query.c @@ -249,6 +249,8 @@ exec_timeseries(sdb_ast_timeseries_t *ts, sdb_strbuf_t *buf, sdb_strbuf_t *errbu if (status >= 0) { series = sdb_plugin_fetch_timeseries(st.type, st.id, &opts); if (series) { + uint32_t res_type = htonl(SDB_CONNECTION_TIMESERIES); + sdb_strbuf_memcpy(buf, &res_type, sizeof(res_type)); sdb_timeseries_tojson(series, buf); sdb_timeseries_destroy(series); }