]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: nuke more uses of 'sync'
authorEric Blake <eblake@redhat.com>
Mon, 19 May 2014 23:02:42 +0000 (17:02 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 19 May 2014 23:07:47 +0000 (17:07 -0600)
commit88b5acb67fe532e7cd31064d9eedeaac7b051850
tree8325551f81c6701d9d6b4fd40f74c37e22a5a080
parentd5c86278a76b7530a889622f2977622489461258
build: nuke more uses of 'sync'

Commit d5c86278 was incomplete; other functions also triggered
compiler warnings about collisions in the use of 'sync'.

* src/qemu/qemu_driver.c (qemuDomainSetTime): Fix another client.
* tools/virsh-domain-monitor.c (cmdDomTime): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_driver.c
tools/virsh-domain-monitor.c