Invalid argument to pthread_create()
Status: Beta
Brought to you by:
calsa
Version: 1.2
File: src/ctrace.c
Line: 149
Function: trc_init
Host: Slackware Linux 9.0 (pthread API may have changed
since this code was last updated)
3rd argument to pthread_create() should be:
void *(*function)(void*)
trc_start_server is declared as:
void *(*function)(void)