From: Scott James Remnant Date: Mon, 23 Feb 2009 17:34:07 +0000 (+0000) Subject: Store watch handle in db. X-Git-Tag: 174~1159 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=25bdd197ec23ad62e533991b18119b5fce68b4a6 Store watch handle in db. --- diff --git a/udev/udev-watch.c b/udev/udev-watch.c index 33b493d51..dd6d2f8b2 100644 --- a/udev/udev-watch.c +++ b/udev/udev-watch.c @@ -155,6 +155,9 @@ void udev_watch_begin(struct udev *udev, struct udev_device *dev) util_create_path(udev, filename); unlink(filename); symlink(udev_device_get_syspath(dev), filename); + + udev_device_set_watch_handle(dev, wd); + udev_device_update_db(dev); } void udev_watch_clear(struct udev *udev, struct udev_device *dev)