diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 17:34:54 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 17:34:54 +0000 |
commit | 8d186b303650c1d942543e28fdf8cf28a451f438 (patch) | |
tree | 8cddcb4d3eca34f451c9c11edc23513eb51cb668 /threads.h | |
parent | 3a209d530568ddfb448d3b55e506022245e394b4 (diff) | |
download | rsyslog-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |