]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dev/xenstore: add support for watches
authorroyger <royger@FreeBSD.org>
Thu, 24 May 2018 10:17:49 +0000 (10:17 +0000)
committerroyger <royger@FreeBSD.org>
Thu, 24 May 2018 10:17:49 +0000 (10:17 +0000)
commit452e67e0a45ac6071a41b78968dc5167977b3139
treee8dbc68f06cb941df97b5b77a910c5f9d1278091
parent998fcd5b20dd4784fa44445cbbb57b18f692ce1c
dev/xenstore: add support for watches

Allow user-space applications to register watches using the xenstore
device.  This is needed in order to run toolstack operations on
domains different than the one where xenstore is running (in which
case the device is not used, since the connection to xenstore is done
using a plain socket).

Tested by:      Nathan Friess <nathan.friess@gmail.com>
Sponsored by:   Citrix Systems R&D
sys/dev/xen/xenstore/xenstore_dev.c