sssd_dbus_common.c revision 8b8210c79b297b87e56d068e8839f7fe6755ab15
#include "events.h"
return tv;
}
/*
* sbus_remove_watch
* Hook for D-BUS to remove file descriptor-based events
* from the libevents mainloop
*/
/* Freeing the event object will remove it from the event loop */
}
/*
* sbus_remove_timeout
* Hook for D-BUS to remove time-based events from the mainloop
*/
struct timed_event *te;
/* Freeing the event object will remove it from the event loop */
}