]> xenbits.xensource.com Git - libvirt.git/commit
lock_daemon: Switch to wrapper locking functions
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 7 Oct 2015 11:36:43 +0000 (13:36 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 27 Oct 2015 08:49:23 +0000 (09:49 +0100)
commit4f3d15479a876d8c994da6cc473fb406676dc789
tree75f9383a89afe2741c611578621c1fdb38df3a38
parent66f319aec0687c5fa182542ec2bbe498b30bf69e
lock_daemon: Switch to wrapper locking functions

Lets use wrapper functions virLockDaemonLock and
virLockDaemonUnlock instead of virMutexLock and virMutexUnlock.
This has no functional impact, but it's easier to read (at least
for me).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/locking/lock_daemon.c