From owner-freebsd-arch Sun May 14 9:13:29 2000 Delivered-To: freebsd-arch@freebsd.org Received: from gidora.zeta.org.au (gidora.zeta.org.au [203.26.10.25]) by hub.freebsd.org (Postfix) with SMTP id 248BD37B81F for ; Sun, 14 May 2000 09:13:25 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (qmail 27283 invoked from network); 14 May 2000 16:13:21 -0000 Received: from bde.zeta.org.au (203.2.228.102) by gidora.zeta.org.au with SMTP; 14 May 2000 16:13:21 -0000 Date: Mon, 15 May 2000 02:13:19 +1000 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Nick Hibma Cc: Doug Rabson , Mike Smith , arch@FreeBSD.ORG Subject: Re: A new api for asynchronous task execution In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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