diff options
author | stbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9> | 2015-09-18 15:15:18 +0000 |
---|---|---|
committer | stbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9> | 2015-09-18 15:15:18 +0000 |
commit | 8b2630a82fbecfd57fa38aebb397a755936690e5 (patch) | |
tree | a9cfcd7bb5bea87d63fc8ef81c8456a130a249bc /src/joblist.h | |
parent | e57c8295ebe92b58ca3e68fa8ea8f70d4b0b4cee (diff) | |
download | lighttpd-master.tar.gz |
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/joblist.h')
-rw-r--r-- | src/joblist.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/joblist.h b/src/joblist.h deleted file mode 100644 index 2f6bb236..00000000 --- a/src/joblist.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _JOB_LIST_H_ -#define _JOB_LIST_H_ - -#include "base.h" - -LI_API void joblist_append(server *srv, connection *con); -LI_API void joblist_free(server *srv, connections *joblist); - -#ifdef USE_GTHREAD -LI_API void joblist_async_append(server *srv, connection *con); - -LI_API void server_wakeup(server *srv); -#endif - -LI_API int fdwaitqueue_append(server *srv, connection *con); -LI_API void fdwaitqueue_free(server *srv, connections *fdwaitqueue); -LI_API connection* fdwaitqueue_unshift(server *srv, connections *fdwaitqueue); - -#endif |