diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 11:20:36 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-06 11:20:36 +0000 |
commit | 52ac1ab34c257731efa237191ea765029d7fc8b5 (patch) | |
tree | 22972a2dd32818aa61dd414f064b517f113ee990 /threads.c | |
parent | 697efa964e697594a6df469c6958900136fc6881 (diff) | |
download | rsyslog-52ac1ab34c257731efa237191ea765029d7fc8b5.tar.gz rsyslog-52ac1ab34c257731efa237191ea765029d7fc8b5.tar.xz rsyslog-52ac1ab34c257731efa237191ea765029d7fc8b5.zip |
worked some more on HP UX - got it to compile and receive UDP messages
Diffstat (limited to 'threads.c')
-rw-r--r-- | threads.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -88,7 +88,6 @@ rsRetVal thrdTerminate(thrdInfo_t *pThis) { assert(pThis != NULL); -dbgprintf("Terminate thread %lx\n", pThis->thrdID); pthread_cancel(pThis->thrdID); pthread_join(pThis->thrdID, NULL); /* wait for cancel to complete */ pThis->bIsActive = 0; |