summaryrefslogtreecommitdiffstats
path: root/threads.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-14 17:34:54 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-14 17:34:54 +0000
commit8d186b303650c1d942543e28fdf8cf28a451f438 (patch)
tree8cddcb4d3eca34f451c9c11edc23513eb51cb668 /threads.h
parent3a209d530568ddfb448d3b55e506022245e394b4 (diff)
downloadrsyslog-8d186b303650c1d942543e28fdf8cf28a451f438.tar.gz
rsyslog-8d186b303650c1d942543e28fdf8cf28a451f438.tar.xz
rsyslog-8d186b303650c1d942543e28fdf8cf28a451f438.zip
first rough version of input module thread termination
Diffstat (limited to 'threads.h')
-rw-r--r--threads.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/threads.h b/threads.h
index 99796313..08b8481a 100644
--- a/threads.h
+++ b/threads.h
@@ -50,6 +50,7 @@ typedef struct {
/* prototypes */
rsRetVal thrdTerminate(thrdInfo_t *pThis);
+rsRetVal thrdTerminateAll(void);
rsRetVal thrdCreate(void* (*thrdMain)(void*));
msgQueue *queueInit (void);
void queueDelete (msgQueue *q);