tnt_shmem_private.h

Summary
tnt_shmem_private.h
Structures
tnt_shmem_node_card_tAn entry for the card catalog corresponding to the distribution of shared memory.

Structures

tnt_shmem_node_card_t

typedef struct tnt_shmem_node_card_t {
   DCMF_Memregion_t remoteRegion;
   size_t size;
   size_t nodeEnd;
} tnt_shmem_node_card_t

Description

An entry for the card catalog corresponding to the distribution of shared memory.  Each entry specifies one memory region in the card catalog.

Fields

remoteRegionMemory region corresponding to a buffer of shared memory.
sizeSize of the memory region.
typedef struct tnt_shmem_node_card_t {
   DCMF_Memregion_t remoteRegion;
   size_t size;
   size_t nodeEnd;
} tnt_shmem_node_card_t
An entry for the card catalog corresponding to the distribution of shared memory.