1
1

pml/yalla: fix typo in PML_YALLA_FREELIST_INIT

Этот коммит содержится в:
Nathan Hjelm 2015-02-24 10:08:54 -07:00
родитель 4443a79af8
Коммит 5ef24000c7

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

@ -28,7 +28,7 @@
}
#define PML_YALLA_FREELIST_INIT(_fl, _type, _initial, _max, _batch) \
opal_free_list_init(_fl, sizeof(_type), OBJ_CLASS(_type), \
0, 0, _initial, _max, _batch, NULL, 0, NULL, NULL, NULL);
opal_free_list_init(_fl, sizeof(_type), 8, OBJ_CLASS(_type), \
0, 0, _initial, _max, _batch, NULL, 0, NULL, NULL, NULL)
#endif /* PML_YALLA_FREELIST_H_ */