Date: Mon, 15 May 2000 02:13:19 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Nick Hibma <n_hibma@calcaphon.com> Cc: Doug Rabson <dfr@nlsystems.com>, Mike Smith <msmith@FreeBSD.ORG>, arch@FreeBSD.ORG Subject: Re: A new api for asynchronous task execution Message-ID: <Pine.BSF.4.21.0005150148100.283-100000@besplex.bde.org> In-Reply-To: <Pine.BSF.4.20.0005131518230.76952-100000@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 13 May 2000, Nick Hibma wrote: > > > > void (*func)(void *, int); /* task handler */ > > > > > > What's the second argument? > > > > Its explained later on in the text. Its a count of how many times the task > > was queued since the queue was last run. > > (If it is correct C) I would like to see explicit names in function > arguments. I know that in general that that is not your style, if it is style(9) requires it for kernel interfaces although not for application interfaces. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005150148100.283-100000>