diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-17 09:06:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-17 09:06:23 +0000 |
commit | 18dbfe70d804f6436658e8dd0af79188333e165a (patch) | |
tree | 5a89356fbad257f65a5ab8ed3bf8a77b84096678 /module-template.h | |
parent | 0a8e339bfeeb65bbd52264fab68cc13dd99d50e7 (diff) | |
download | rsyslog-18dbfe70d804f6436658e8dd0af79188333e165a.tar.gz rsyslog-18dbfe70d804f6436658e8dd0af79188333e165a.tar.xz rsyslog-18dbfe70d804f6436658e8dd0af79188333e165a.zip |
moved thread termination code out to threads.c
Diffstat (limited to 'module-template.h')
-rw-r--r-- | module-template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module-template.h b/module-template.h index 758e9710..a0994d08 100644 --- a/module-template.h +++ b/module-template.h @@ -459,7 +459,7 @@ static rsRetVal modExit(void)\ * if there is a module-internal need to do so. */ #define BEGINrunInput \ -static rsRetVal runInput(void)\ +static rsRetVal runInput(thrdInfo_t *pThrd)\ {\ DEFiRet; |