]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Remove manual one-shot global initializers
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 11 Jul 2012 13:35:42 +0000 (14:35 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 2 Aug 2012 10:50:46 +0000 (11:50 +0100)
commitb49890de8290c62ef0405f4951115a27abdf2356
treecde7411d1ded1c267f15f1fd42601ab4a5c2046a
parentfbe871263c7050b59accf10bd3517e4cd5758683
Remove manual one-shot global initializers

Remove the use of a manually run virLogStartup and
virNodeSuspendInitialize methods. Instead make sure they
are automatically run using VIR_ONCE_GLOBAL_INIT

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
daemon/libvirtd.c
src/libvirt.c
src/libvirt_private.syms
src/util/logging.c
src/util/logging.h
src/util/virnodesuspend.c
src/util/virnodesuspend.h