Module: sip-router
Branch: master
Commit: 7d7264e23619fddcf0fb91a4868631b07af6494d
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7d7264e…
Author: Miklos Tirpak <miklos(a)iptel.org>
Committer: Miklos Tirpak <miklos(a)iptel.org>
Date: Wed Jan 5 14:57:14 2011 +0100
cfg framework: group instance values can be deleted
Added support for deleting a single value from a group instance.
The value is reset to the default value in this case, it follows the
changes of the default value.
Related functions:
- cfg_del_now()
- cfg_del_delayed()
---
cfg/cfg.h | 1 +
cfg/cfg_ctx.c | 247 ++++++++++++++++++++++++++++++++++++++----------------
cfg/cfg_ctx.h | 9 ++
cfg/cfg_struct.h | 5 +
4 files changed, 188 insertions(+), 74 deletions(-)
Diff:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=7d7…