On Tue, 2015-07-07 at 17:31 +0200, Christophe Fergeau wrote:
This is unintuitive, but after looking at the code and a quick test,
I
think _add_child() will create the node if it does not exist, and
return
the existing node if it already exists. So I think this could become:
+ node =
gvir_config_object_add_child(GVIR_CONFIG_OBJECT(filesys), "driver");
Waooh, indeed, not intuitive at all ;)
I'll use that one then.
--
Cedric