OpenVAS Libraries  8.0.3
Data Fields
nvticache Struct Reference

The structure for a NVTI Cache. More...

#include <nvticache.h>

Data Fields

gchar * cache_path
 The directory where the cache is located. More...
 
gchar * src_path
 The directory where the primary source is located. More...
 
GHashTable * nvtis
 Collection of NVT Information cached in memory. More...
 

Detailed Description

The structure for a NVTI Cache.

The elements of this structure should never be accessed directly. Only the functions corresponding to this module should be used.

Field Documentation

gchar* nvticache::cache_path

The directory where the cache is located.

GHashTable* nvticache::nvtis

Collection of NVT Information cached in memory.

gchar* nvticache::src_path

The directory where the primary source is located.


The documentation for this struct was generated from the following file: