changed to unsigned char to simplify pointer arithmetic
This commit was SVN r6231.
Этот коммит содержится в:
родитель
926e96a3f7
Коммит
b12a3272e8
@ -26,11 +26,11 @@
|
||||
|
||||
struct mca_mpool_base_resources_t;
|
||||
|
||||
struct mca_mpool_base_registration_t{
|
||||
struct mca_mpool_base_registration_t {
|
||||
ompi_list_item_t super;
|
||||
struct mca_mpool_base_module_t *mpool;
|
||||
void* base;
|
||||
void* bound;
|
||||
unsigned char* base;
|
||||
unsigned char* bound;
|
||||
};
|
||||
typedef struct mca_mpool_base_registration_t mca_mpool_base_registration_t;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user