Searched defs:fmdump_pipeline (Results 1 – 1 of 1) sorted by relevance
626 struct fmdump_pipeline { struct627 pthread_mutex_t pl_lock; /* used only in pipeline startup */628 int pl_started; /* sync with main thread on startup */629 pthread_t pl_thr; /* our processing thread */630 pthread_cond_t pl_cv; /* see above */631 struct loglink *pl_rotated; /* rotated logs to process first */632 char *pl_logpath; /* target path to process */633 char *pl_processing; /* path currently being processed */634 struct fmdump_srlzer *pl_srlzer; /* link to serializer */635 int pl_srlzeridx; /* serializer index for this pipeline */[all …]