summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2016-01-03 20:31:46 +0100
committerAlfred E. Heggestad <aeh@db.org>2016-01-03 20:31:46 +0100
commit435e7c62382df0adcfcec0bae6fd8e65c7dacbda (patch)
tree002c518e7c33f2f2f1cf6d986e5bc169f3901a13 /docs
parent837aa4dd496ccec4dc6174aad3e5021dfdc6fffe (diff)
conf: keep the struct conf allocated
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index 2cf0ee9..9e518fa 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -3,8 +3,8 @@ TODO:
-------------------------------------------------------------------------------
Version v0.x.y:
- config-object is not available during pre-loading of modules
- keep config-object around, add support for appending config
+ config: add support for pre-pending or appending config items
+ from command-line options
conf: move generation of config template to a module ('config.so') ?