> Date: Thu, 26 Dec 2013 18:48:06 +0100
> From: Eric Faurot
>
> On Thu, Dec 26, 2013 at 06:28:33PM +0100, Mark Kettenis wrote:
> > > Date: Thu, 26 Dec 2013 18:02:55 +0100
> > > From: Eric Faurot
> > >
> > > +/*
> > > + * This is the structure through which async_run() returns async
> > > + * res
On Thu, Dec 26, 2013 at 06:28:33PM +0100, Mark Kettenis wrote:
> > Date: Thu, 26 Dec 2013 18:02:55 +0100
> > From: Eric Faurot
> >
> > +/*
> > + * This is the structure through which async_run() returns async
> > + * results to the caller.
> > + */
> > +struct async_res {
> > + int ar_cond;
> Date: Thu, 26 Dec 2013 18:02:55 +0100
> From: Eric Faurot
> First, move asr.h to include/ and install the manpages. It only
> exposes the API that has been in libc for a while now, so there is no
> new symbol strictly speaking, but maybe it still deserves a minor bump.
Makes no sense to do a
Hi,
As suggested by theo@, it is probably time to make the async resolver
API public, so that people can start using it.
So, here is a diff that does two things (will be committed separately).
First, move asr.h to include/ and install the manpages. It only
exposes the API that has been in libc