X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fcore%2Fstore.h;h=5e8a2a77be0a6257eda63f2196c250027612b491;hp=f0fc0c7d779cf4504eb67f316c6846c8f7e99303;hb=0a3dd5b9b97e25156412a95bcecf25f8d75c72fc;hpb=61c35f1909b2496c7edac288a59f75604c7c179e diff --git a/src/include/core/store.h b/src/include/core/store.h index f0fc0c7..5e8a2a7 100644 --- a/src/include/core/store.h +++ b/src/include/core/store.h @@ -51,6 +51,7 @@ enum { SDB_METRIC, SDB_ATTRIBUTE = 1 << 4, + SDB_TIMESERIES = 1 << 6, /* * Queryable fields of a stored object. @@ -71,6 +72,7 @@ enum { : ((t) == (SDB_ATTRIBUTE | SDB_HOST)) ? "host attribute" \ : ((t) == (SDB_ATTRIBUTE | SDB_SERVICE)) ? "service attribute" \ : ((t) == (SDB_ATTRIBUTE | SDB_METRIC)) ? "metric attribute" \ + : ((t) == SDB_TIMESERIES) ? "timeseries" \ : "unknown") #define SDB_FIELD_TO_NAME(f) \