22 #ifndef OVAL_PROBE_META_H
23 #define OVAL_PROBE_META_H
38 extern size_t OSCAP_GSYM(__probe_meta_count);
42 #define OVAL_PROBEMETA_EXTERNAL 0x00000001
47 #define OVAL_PROBE_EXTERNAL(subtype, strtype) {(subtype), (strtype), &oval_probe_ext_handler, OVAL_PROBEMETA_EXTERNAL, "probe_"strtype}
oval_subtype_t
Unknown subtypes.
Definition: oval_types.h:120
int( oval_probe_handler_t)(oval_subtype_t, void *, int,...)
Type of the handler function.
Definition: oval_probe_handler.h:44
Definition: oval_probe_impl.h:64
OVAL probe handler private header.