Author: vlendec Date: 2005-08-01 18:26:04 +0000 (Mon, 01 Aug 2005) New Revision: 8890
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8890 Log: Pull some "struct timeval" handling functions from Samba4. Add add_timed_event, call a function at a point in the future. Build add_idle_event on top of that, call a function regularly. This ought to replace the similar function in module.c. It reintroduces a call to gettimeofday per SMB, but has the potential to simplify the timeout handling in Samba3 a lot. Volker Modified: trunk/source/include/dlinklist.h trunk/source/include/smb.h trunk/source/lib/time.c trunk/source/smbd/process.c Changeset: Sorry, the patch is too large (341 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8890
