Replace smbd_server_connection_loop_once() with tevent_loop_once() directly.

Jeremy Allison jra at samba.org
Fri Feb 17 09:57:53 MST 2012


On Fri, Feb 17, 2012 at 08:11:06AM +0100, Stefan (metze) Metzmacher wrote:
> Hi Jeremy,
> 
> > - Log -----------------------------------------------------------------
> > commit ed85e9fe6a10d3c34b74788e6f862ea23dce4f2b
> > Author: Jeremy Allison <jra at samba.org>
> > Date:   Thu Feb 16 16:14:14 2012 -0800
> > 
> >     Replace smbd_server_connection_loop_once() with tevent_loop_once() directly.
> >     
> >     We no longer need to call poll() directly inside smbd !
> >     
> >     Autobuild-User: Jeremy Allison <jra at samba.org>
> >     Autobuild-Date: Fri Feb 17 02:49:13 CET 2012 on sn-devel-104
> 
> Are you sure you want to remove the START_PROFILE(smbd_idle); part?

Yes, I thought about that and decided I did.

Is it worth duplicating that entire function just
to keep that ? It isn't widely used.

Jeremy


More information about the samba-technical mailing list