dbus ChangeLog,1.1154,1.1155

John Palmieri johnp at kemper.freedesktop.org
Thu Oct 19 12:43:09 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv29401

Modified Files:
	ChangeLog 
Log Message:
* 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


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1154
retrieving revision 1.1155
diff -u -d -r1.1154 -r1.1155
--- ChangeLog	19 Oct 2006 15:34:47 -0000	1.1154
+++ ChangeLog	19 Oct 2006 19:43:05 -0000	1.1155
@@ -1,5 +1,16 @@
 2006-10-19  John (J5) Palmieri  <johnp at redhat.com>
 
+	* 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  <johnp at redhat.com>
+
 	* bus/messagebus.in, bus/rc.messagebus.in: run dbus-uuidgen --ensure
 	when starting the system bus
 



More information about the dbus-commit mailing list