Hi, Ralf Habacker wrote: > _dbus_handle_to_socket(watch->fd,&p); I would think we can just get rid of this now and pass sockets around as sockets. Pretty much all the socket-related code is cross-platform. Any reason why not? Havoc