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

Allocates a RM Event. More...

#include <types.h>

Data Fields

uint32_t parent
 Parent of the event. More...
 
uint32_t src
 Source of the event. More...
 
uint32_t event_class
 Class of the event. More...
 
uint32_t notify
 Notification of the event. More...
 
uint64_t event_data
 Data for the event. More...
 

Detailed Description

Allocates a RM Event.

This is passed as a parameter into the Resource Allocator.

Definition at line 68 of file types.h.

Field Documentation

◆ event_class

uint32_t RmAllocEvent::event_class

Class of the event.

Definition at line 71 of file types.h.

◆ event_data

uint64_t RmAllocEvent::event_data

Data for the event.

Definition at line 73 of file types.h.

◆ notify

uint32_t RmAllocEvent::notify

Notification of the event.

Definition at line 72 of file types.h.

◆ parent

uint32_t RmAllocEvent::parent

Parent of the event.

Definition at line 69 of file types.h.

◆ src

uint32_t RmAllocEvent::src

Source of the event.

Definition at line 70 of file types.h.


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