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

Operating System Event Allocator. More...

#include <types.h>

Data Fields

uint32_t client
 Client for the operating system event. More...
 
uint32_t device
 Device for the operating system event. More...
 
int fd
 
uint32_t status
 Status for the allocation. More...
 

Detailed Description

Operating System Event Allocator.

Type to allocate an operating system event call from the kernel.

Definition at line 43 of file types.h.

Field Documentation

◆ client

uint32_t RmAllocOsEvent::client

Client for the operating system event.

Definition at line 44 of file types.h.

◆ device

uint32_t RmAllocOsEvent::device

Device for the operating system event.

Definition at line 45 of file types.h.

◆ fd

int RmAllocOsEvent::fd

File descriptor for the operating system event.

Definition at line 46 of file types.h.

◆ status

uint32_t RmAllocOsEvent::status

Status for the allocation.

Definition at line 48 of file types.h.


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