OpenVAS Manager  7.0.3~git
migrator_t Struct Reference

A migrator. More...

Collaboration diagram for migrator_t:
Collaboration graph

Data Fields

int version
 Version that the migrator produces. More...
 
int(* function )()
 Function that does the migration. NULL if too hard. More...
 

Detailed Description

A migrator.

Definition at line 183 of file manage_migrators.c.

Field Documentation

◆ function

int(* migrator_t::function) ()

Function that does the migration. NULL if too hard.

Definition at line 186 of file manage_migrators.c.

◆ version

int migrator_t::version

Version that the migrator produces.

Definition at line 185 of file manage_migrators.c.


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