Public Member Functions | Public Attributes

MessageMemRegion Struct Reference

Request a region that is directly mapped into our memory. More...

#include <message.h>

List of all members.

Public Member Functions

 MessageMemRegion (unsigned long _page)

Public Attributes

unsigned long page
unsigned long start_page
unsigned count
char * ptr

Detailed Description

Request a region that is directly mapped into our memory.

Used for mapping it to the user and optimizing internal access.

Note, that clients can also return an empty region by not setting the ptr.


Constructor & Destructor Documentation

MessageMemRegion::MessageMemRegion ( unsigned long  _page  )  [inline]

Member Data Documentation

unsigned long MessageMemRegion::page

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines