]> git.ipfire.org Git - thirdparty/libvirt.git/commit
locking: Remove redundant 'srv' element from virLockDaemon
authorErik Skultety <eskultet@redhat.com>
Thu, 20 Aug 2015 14:56:32 +0000 (16:56 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 24 Aug 2015 08:37:12 +0000 (10:37 +0200)
commitf08b1c58f3cee046a8b5fb6abecaaa065ffd3e15
treef74e97034f66d9626fb2584e848117fae6037c9d
parent4ac0d545e88c088bfec732ebd3f3d0ce9afea1e1
locking: Remove redundant 'srv' element from virLockDaemon

Now that we have virNetDaemon object holding all the data and being
capable of referencing multiple servers, having a duplicate reference to
a single server stored in virLockDaemon isn't necessary anymore. This
patch removes the above described element.
src/locking/lock_daemon.c