From 886db65878c01acf045feb8d2717363acd365998 Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Fri, 14 Dec 2018 22:47:01 +0100 Subject: [PATCH] add XXX in config schema struct --- libecoli/ecoli_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libecoli/ecoli_config.h b/libecoli/ecoli_config.h index 6e06a0b..7aa427f 100644 --- a/libecoli/ecoli_config.h +++ b/libecoli/ecoli_config.h @@ -43,6 +43,8 @@ struct ec_config_schema { const char *key; /**< The key string (NULL for list elts). */ const char *desc; /**< A description of the value. */ enum ec_config_type type; /**< Type of the value */ + /* XXX flags: mandatory */ + /* XXX default */ /** If type is dict or list, the schema of the dict or list * elements. Else must be NULL. */ -- 2.20.1