OpenVAS Manager  7.0.3~git
create_config_data_t Struct Reference

Command data for the create_config command. More...

Collaboration diagram for create_config_data_t:
Collaboration graph

Data Fields

char * comment
 Comment. More...
 
char * scanner
 Scanner to create config from. More...
 
char * copy
 Config to copy. More...
 
import_config_data_t import
 Config to import. More...
 
char * name
 Name. More...
 

Detailed Description

Command data for the create_config command.

Definition at line 927 of file omp.c.

Field Documentation

◆ comment

char* create_config_data_t::comment

Comment.

Definition at line 929 of file omp.c.

◆ copy

char* create_config_data_t::copy

Config to copy.

Definition at line 931 of file omp.c.

◆ import

import_config_data_t create_config_data_t::import

Config to import.

Definition at line 932 of file omp.c.

◆ name

char* create_config_data_t::name

Name.

Definition at line 933 of file omp.c.

◆ scanner

char* create_config_data_t::scanner

Scanner to create config from.

Definition at line 930 of file omp.c.


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