X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Ffrontend%2Fconnection.h;h=f72f5e267a2787b6470071e0accd1ecfc63d4f39;hp=98c41360a990ba11175f2a24150a922185769458;hb=0b74a25a2fda7e77f20519642a2fc101fd46980b;hpb=d0b1b7c3505e29f0e149e959184bf1bbfbb5a30e diff --git a/src/include/frontend/connection.h b/src/include/frontend/connection.h index 98c4136..f72f5e2 100644 --- a/src/include/frontend/connection.h +++ b/src/include/frontend/connection.h @@ -242,21 +242,6 @@ int sdb_fe_exec_lookup(sdb_conn_t *conn, int type, sdb_store_matcher_t *m, sdb_store_matcher_t *filter); -/* - * sdb_fe_exec_timeseries: - * Execute the 'TIMESERIES' command. Send the time-series for the specified - * host's metric, serialized as JSON, to the client. See - * sdb_store_fetch_timeseries for details. - * - * Returns: - * - 0 on success - * - a negative value else - */ -int -sdb_fe_exec_timeseries(sdb_conn_t *conn, - const char *hostname, const char *metric, - sdb_timeseries_opts_t *opts); - /* * sdb_fe_store_host, sdb_fe_store_service, sdb_fe_store_metric, * sdb_fe_store_attribute: