30#ifndef PROBE_WORKER_DEFAULT_MAX_THREADS
31# define PROBE_WORKER_DEFAULT_MAX_THREADS 64
34#ifndef PROBE_WORKER_DEFAULT_MAX_CHDEPTH
35# define PROBE_WORKER_DEFAULT_MAX_CHDEPTH 8
51void *probe_worker_runfn(
void *arg);
Definition _seap-message.h:44
Definition sexp-types.h:82
SEAP_msg_t * msg
the message being handled
Definition worker.h:42
pthread_t tid
thread ID
Definition worker.h:40
SEAP_msgid_t sid
SEAP message handled by this thread.
Definition worker.h:39