From: Sebastian Harl Date: Wed, 7 Oct 2015 07:31:14 +0000 (+0200) Subject: Removed sdb_store_fetch_timeseries from headers; it's gone. X-Git-Tag: sysdb-0.8.0~10^2~8 X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=commitdiff_plain;h=f9fb6c5e2416e88c9be18709c7a584c6a75cf647 Removed sdb_store_fetch_timeseries from headers; it's gone. --- 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