23#ifndef OPENSCAP_SCH_QUEUE_H
24#define OPENSCAP_SCH_QUEUE_H
27#include "oscap_queue.h"
28#include "seap-descriptor.h"
31 pthread_t probe_thread_id;
32 pthread_t parent_thread_id;
35 pthread_cond_t to_probe_cond;
36 pthread_mutex_t to_probe_mutex;
37 pthread_cond_t from_probe_cond;
38 pthread_mutex_t from_probe_mutex;
44ssize_t sch_queue_sendsexp(
SEAP_desc_t *desc, SEXP_t *sexp, uint32_t flags);
46int sch_queue_close(
SEAP_desc_t *desc, uint32_t flags);
Definition seap-descriptor.h:44
Definition oscap_queue.c:38
Definition sch_queue.h:30