
11 Dec
2012
11 Dec
'12
6:09 a.m.
On 12/10/2012 06:41 PM, Eric Blake wrote:
On 12/10/2012 02:20 PM, Laine Stump wrote:
The already-written backend functions for virNetworkUpdate that add and delete items into lists within the a network were already debugged to work properly, but future such functions will use VIR_(INSERT|DELETE)_ELEMENT instead, so these are changed for uniformity. --- src/conf/network_conf.c | 91 ++++++++++++++----------------------------------- src/conf/network_conf.h | 4 +-- 2 files changed, 27 insertions(+), 68 deletions(-) And the diffstat proves it is a nice cleanup.
ACK.
I pushed this one, but saved the rest until later. Thanks!