Data Structures | Defines | Functions

/home/pvrabec/project/openscap/openscap-0.6.3/src/OVAL/probes/_probe-api.h File Reference

probe API private header file More...

#include <stdarg.h>
#include "public/probe-api.h"
#include "probe-cache.h"
#include "encache.h"
#include "common/util.h"

Go to the source code of this file.

Data Structures

struct  id_desc_t
 Holds information for item ids generation. More...
struct  probe_option_t

Defines

#define SEAP_LOCK   pthread_mutex_lock (&globals.seap_lock)
#define SEAP_UNLOCK   pthread_mutex_unlock (&globals.seap_lock)

Functions

SEAP_CTX_tOSCAP_GSYM (ctx)
int OSCAP_GSYM (sd)
pcache_tOSCAP_GSYM (pcache)
void * OSCAP_GSYM (probe_arg)
encache_tOSCAP_GSYM (encache)
struct id_desc_t OSCAP_GSYM (id_desc)

Detailed Description

probe API private header file

Author:
"Daniel Kopecek" <dkopecek@redhat.com>
"Tomas Heinrich" <theinric@redhat.com>