From fe1f793a4f8296fb00d409a4a52b12ed7526caac Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 19 Oct 2006 19:43:05 +0000 Subject: * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext instead of a void *. kqueue uses this to get the context's loop while the other modules ignore the parameter. This allows us to avoid platform conditionals * bus/bus.c (process_config_postinit): Pass in the context to the watch --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6fd64702..822cb860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-10-19 John (J5) Palmieri + + * bus/dir-watch-default.c, bus/dir-watch-dnotify.c, + bus/dir-watch-kqueue.c (bus_watch_directory): Pass in a BusContext + instead of a void *. kqueue uses this to get the context's loop + while the other modules ignore the parameter. This allows us to + avoid platform conditionals + + * bus/bus.c (process_config_postinit): Pass in the context to the + watch + 2006-10-19 John (J5) Palmieri * bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure -- cgit