Config: utility functions for direct configurations element manipulations
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 28 Jun 2016 19:30:27 +0000 (15:30 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 29 Jun 2016 22:35:15 +0000 (18:35 -0400)
commitfa8b52a2f46edd1727cb6dfe381d772a925d57e1
tree08085dc00ecc95561b8a4097310bcb1c25df6569
parent45edfe836845ae63a008cf3615987b96e2a4a7a8
Config: utility functions for direct configurations element manipulations

Introduce two new config struct: config_document and config_element.

config_document represent an instance of a complete configuration (xmlDoc).
config_element represent an instance of a sub configuration element (xmlNode).

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
src/common/config/config-internal.h
src/common/config/session-config.c
src/common/config/session-config.h
This page took 0.026559 seconds and 5 git commands to generate.