Skip to content

Commit afa3513

Browse files
bosilcahjelmn
authored andcommitted
Nathan missed one reference to mpool.
1 parent cdd624d commit afa3513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/scif/btl_scif_add_procs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ int mca_btl_scif_del_procs (struct mca_btl_base_module_t *btl,
156156
return OPAL_SUCCESS;
157157
}
158158

159-
static int scif_dereg_mem (void *reg_data, mca_mpool_base_registration_t *reg)
159+
static int scif_dereg_mem (void *reg_data, mca_rcache_base_registration_t *reg)
160160
{
161161
mca_btl_scif_reg_t *scif_reg = (mca_btl_scif_reg_t *)reg;
162162
size_t size = (size_t)((uintptr_t) reg->bound - (uintptr_t) reg->base);

0 commit comments

Comments
 (0)