FreeNOS
Data Fields
ProcessShares::MemoryShare Struct Reference

#include <ProcessShares.h>

Data Fields

ProcessID pid
 Remote process id for this share. More...
 
Size coreId
 CoreId for the other process. More...
 
Size tagId
 Share tag id is defined by the application. More...
 
Memory::Range range
 Physical memory address range. More...
 
bool attached
 True if the share is attached (used by both processes) More...
 

Detailed Description

Definition at line 48 of file ProcessShares.h.

Field Documentation

◆ attached

bool ProcessShares::MemoryShare::attached

True if the share is attached (used by both processes)

Definition at line 63 of file ProcessShares.h.

Referenced by ProcessShares::createShare(), and ProcessShares::releaseShare().

◆ coreId

Size ProcessShares::MemoryShare::coreId

◆ pid

ProcessID ProcessShares::MemoryShare::pid

◆ range

Memory::Range ProcessShares::MemoryShare::range

◆ tagId

Size ProcessShares::MemoryShare::tagId

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