Annotation of embedaddon/lighttpd/src/joblist.h, revision 1.1.1.2
1.1 misho 1: #ifndef _JOB_LIST_H_
2: #define _JOB_LIST_H_
1.1.1.2 ! misho 3: #include "first.h"
1.1 misho 4:
5: #include "base.h"
6:
7: int joblist_append(server *srv, connection *con);
8: void joblist_free(server *srv, connections *joblist);
9:
10: int fdwaitqueue_append(server *srv, connection *con);
11: void fdwaitqueue_free(server *srv, connections *fdwaitqueue);
12: connection *fdwaitqueue_unshift(server *srv, connections *fdwaitqueue);
13:
14: #endif
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>