]> git.ipfire.org Git - thirdparty/freeswitch.git/commit - src/switch_xml.c
switch_xml: reloadxml will(should) never lock again. It will load the XML structure...
authorMarc Olivier Chouinard <mochouinard@moctel.com>
Fri, 18 Mar 2011 20:41:27 +0000 (16:41 -0400)
committerMarc Olivier Chouinard <mochouinard@moctel.com>
Fri, 18 Mar 2011 20:41:27 +0000 (16:41 -0400)
commit471bd6df1ae73ca410f0b4051ee050e21401b17b
tree6cd51a13e623747bd686c552c225977de0341599
parentf5704114cd5f4ef066c6fef9fb2a7f0e1d770b82
switch_xml: reloadxml will(should) never lock again.  It will load the XML structure into a new XML structure, and just replace the currently available ROOT XML.  It then the job of the last user of the switch_xml structure to free it.
src/switch_xml.c