On Thu, Apr 16, 2009 at 6:04 AM, SAMEER KUMAR <[email protected]> wrote:
> > apr_thread_create (&new_thread,tattr,func,&cskt,new_proc_pool); > > i get this error while compilation: > > echo_listner.c:26: error: too few arguments to function ‘new_conn’ > > Line 26 is : apr_thread_start_t func=new_conn(); I think you have a function call instead of a function pointer. -- Eric Covener [email protected]
