summaryrefslogtreecommitdiffstats
path: root/database/contexts/rrdcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/contexts/rrdcontext.h')
-rw-r--r--database/contexts/rrdcontext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/contexts/rrdcontext.h b/database/contexts/rrdcontext.h
index 9561ee5f08..540f45075f 100644
--- a/database/contexts/rrdcontext.h
+++ b/database/contexts/rrdcontext.h
@@ -486,6 +486,7 @@ typedef enum __attribute__ ((__packed__)) {
CONTEXTS_V2_AGENTS = (1 << 7),
CONTEXTS_V2_AGENTS_INFO = (1 << 8),
CONTEXTS_V2_VERSIONS = (1 << 9),
+ CONTEXTS_V2_FUNCTIONS = (1 << 10),
} CONTEXTS_V2_OPTIONS;
int rrdcontext_to_json_v2(BUFFER *wb, struct api_v2_contexts_request *req, CONTEXTS_V2_OPTIONS options);