X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fstore.h;fp=src%2Finclude%2Fcore%2Fstore.h;h=818297fddb2580ecfd4eeeae8352cb41a6087d0a;hp=4038fe4da91c0fc0c70a68b4ba833e3cba67da5c;hb=f9fb6c5e2416e88c9be18709c7a584c6a75cf647;hpb=894ed7e3743e1cd4913454b2bc086ff5d18c04b4 diff --git a/src/include/core/store.h b/src/include/core/store.h index 4038fe4..818297f 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -350,21 +350,6 @@ sdb_store_metric_attr(sdb_store_t *store, const char *hostname, sdb_store_obj_t * sdb_store_get_host(sdb_store_t *store, const char *name); -/* - * sdb_store_fetch_timeseries: - * Fetch the time-series described by the specified host's metric and - * serialize it as JSON into the provided string buffer. The host data is - * retrieved from the specified store. - * - * Returns: - * - 0 on success - * - a negative value else - */ -int -sdb_store_fetch_timeseries(sdb_store_t *store, - const char *hostname, const char *metric, - sdb_timeseries_opts_t *opts, sdb_strbuf_t *buf); - /* * sdb_store_get_child: * Retrieve a host's child object of the specified type and name. The