1
1
This commit was SVN r22801.
Этот коммит содержится в:
Samuel Gutierrez 2010-03-09 20:41:25 +00:00
родитель 49502af2ba
Коммит dcb5a2331f

Просмотреть файл

@ -51,7 +51,7 @@ typedef struct mca_common_sm_file_header_t {
typedef struct mca_common_sm_mmap_t { typedef struct mca_common_sm_mmap_t {
/* double link list element */ /* double link list element */
opal_list_item_t map_item; opal_list_item_t map_item;
/* pointer to header imbeded in the shared memory file */ /* pointer to header embedded in the shared memory file */
mca_common_sm_file_header_t *map_seg; mca_common_sm_file_header_t *map_seg;
/* base address of the mmap'ed file */ /* base address of the mmap'ed file */
unsigned char *map_addr; unsigned char *map_addr;
@ -140,7 +140,7 @@ void* mca_common_sm_mmap_seg_alloc(
mca_mpool_base_registration_t** registration); mca_mpool_base_registration_t** registration);
/** /**
* This function will release all local ressources attached to the * This function will release all local resources attached to the
* mmapped file. We assume that the operating system will destroy the * mmapped file. We assume that the operating system will destroy the
* file when the last process release it. * file when the last process release it.
* *