OpenVAS Libraries
8.0.3
|
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... | |
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.
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.