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=f0fc0c7d779cf4504eb67f316c6846c8f7e99303;hp=3f20429b9f3e37eccdf40c2938c111ad163203b1;hb=1f99d1a0d8a7e923dede7c938340c26061b8398b;hpb=b2d31bc42a7694c671186081ee0cac077a188b99 diff --git a/src/include/core/store.h b/src/include/core/store.h index 3f20429..f0fc0c7 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -32,6 +32,7 @@ #include "core/object.h" #include "core/data.h" #include "core/time.h" +#include "core/timeseries.h" #include "parser/ast.h" #include "utils/strbuf.h" @@ -125,6 +126,7 @@ typedef struct { typedef struct { const char *type; const char *id; + const sdb_timeseries_info_t *info; sdb_time_t last_update; } sdb_metric_store_t;