Skip to content

Commit f8eef0f

Browse files
committed
coll/libnbc: fixes ompi ompi_coll_libnbc_request_t parent
base ompi_coll_libnbc_request_t on top of ompi_coll_base_nbc_request_t to correctly support the retention of datatypes/operators This fixes a regression introduced in 0fe756d Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 6159afc commit f8eef0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/coll/libnbc/coll_libnbc_component.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,6 @@ request_construct(ompi_coll_libnbc_request_t *request)
580580

581581

582582
OBJ_CLASS_INSTANCE(ompi_coll_libnbc_request_t,
583-
ompi_request_t,
583+
ompi_coll_base_nbc_request_t,
584584
request_construct,
585585
NULL);

0 commit comments

Comments
 (0)