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

Notifies the start of a VM. More...

#include <init.h>

Collaboration diagram for RmVmNotifyStart:
Collaboration graph
[legend]

Data Fields

struct UUID mdev
 MDEV UUID. More...
 
struct UUID vm
 VM UUID. More...
 
char name [128]
 VM Name. More...
 
uint32_t status
 Status for the notified start. More...
 

Detailed Description

Notifies the start of a VM.

This structure is used to notify the starting of a VM's

Definition at line 48 of file init.h.

Field Documentation

◆ mdev

struct UUID RmVmNotifyStart::mdev

MDEV UUID.

Definition at line 41 of file init.h.

◆ name

char RmVmNotifyStart::name[128]

VM Name.

Definition at line 51 of file init.h.

◆ status

uint32_t RmVmNotifyStart::status

Status for the notified start.

Definition at line 52 of file init.h.

◆ vm

struct UUID RmVmNotifyStart::vm

VM UUID.

Definition at line 41 of file init.h.


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