File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / src / joblist.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:47 2013 UTC (10 years, 8 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

#ifndef _JOB_LIST_H_
#define _JOB_LIST_H_

#include "base.h"

int joblist_append(server *srv, connection *con);
void joblist_free(server *srv, connections *joblist);

int fdwaitqueue_append(server *srv, connection *con);
void fdwaitqueue_free(server *srv, connections *fdwaitqueue);
connection *fdwaitqueue_unshift(server *srv, connections *fdwaitqueue);

#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>