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;
89 PROBE_OFFLINE_NONE = 0x00,
90 PROBE_OFFLINE_CHROOT = 0x01,
91 PROBE_OFFLINE_OWN = 0x04,
92 PROBE_OFFLINE_ALL = 0x0f
93 } probe_offline_flags;
95 extern pthread_barrier_t OSCAP_GSYM(th_barrier);