GVM User Suite
User tools for the GVM open source project.
Data Fields
VmMgr Struct Reference

Structure for VM management. More...

#include <vm_mgr.h>

Data Fields

int event_start
 Event start fd. More...
 
int event_bind
 Event bind fd. More...
 
uint32_t root
 Root of the VM manager. More...
 
int mdev_fd
 MDEV file descriptor. More...
 

Detailed Description

Structure for VM management.

This structure is used as an intermediate object for getting information from a VM when opened.

Definition at line 33 of file vm_mgr.h.

Field Documentation

◆ event_bind

int VmMgr::event_bind

Event bind fd.

Definition at line 35 of file vm_mgr.h.

◆ event_start

int VmMgr::event_start

Event start fd.

Definition at line 34 of file vm_mgr.h.

◆ mdev_fd

int VmMgr::mdev_fd

MDEV file descriptor.

Definition at line 37 of file vm_mgr.h.

◆ root

uint32_t VmMgr::root

Root of the VM manager.

Definition at line 36 of file vm_mgr.h.


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