25 #include "oscap_platforms.h"
27 #include <sys/types.h>
41 #include "probe-common.h"
43 #include "common/util.h"
44 #include "common/compat_pthread_barrier.h"
47 pthread_rwlock_t rwlock;
72 int supported_offline_mode;
73 int selected_offline_mode;
90 PROBE_OFFLINE_NONE = 0x00,
91 PROBE_OFFLINE_CHROOT = 0x01,
92 PROBE_OFFLINE_OWN = 0x04,
93 PROBE_OFFLINE_ALL = 0x0f
94 } probe_offline_flags;
96 extern pthread_barrier_t OSCAP_GSYM(th_barrier);