X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=libecoli%2Fecoli_config.h;h=7aa427f1d83e253aa247a372fae64378c142e6d6;hp=6e06a0b44961d4ff1ed3a6141d42c562f7b8c3ee;hb=886db65878c01acf045feb8d2717363acd365998;hpb=6004a089a9a6d64aa94bcb0646af3c5ebe0947a6 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. */