On Mon, Feb 19, 2007 at 12:31:02AM -0000, Paul Querna wrote: > Author: pquerna > Date: Sun Feb 18 16:31:01 2007 > New Revision: 509038 > > URL: http://svn.apache.org/viewvc?view=rev&rev=509038 > Log: > Add the apr_pollcb API. > > This mostly sitting in the pollcb-dev branch for several months at: > <https://svn.apache.org/repos/asf/apr/apr/branches/pollcb-dev/> > > The version in this commit has small improvements, and an KQueue backend. > > This will likely break trunk for operating systems were we only have > select|poll, so we will need to add some autoconf foo to define a > HAVE_APR_POLLCB unless someone can implement apr_pollcb for all > platforms.
And yea, verily, the build broke! Does this really need autoconf help? It just needs some ENOTIMPL stubs #if !defined(HAVE_KQUEUE) && !defined(HAVE_etc etc somewhere? Also a significant lack of API documentation here! joe
