Skip to content

Commit 93f7a51

Browse files
author
Ralph Castain
committed
Update the orte/system/opal_hotel test
1 parent e92c282 commit 93f7a51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

orte/test/system/opal_hotel.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ int main(int argc, char* argv[])
4747
}
4848

4949
OBJ_CONSTRUCT(&hotel, opal_hotel_t);
50-
opal_hotel_init(&hotel, NUM_RMS, 3000000, OPAL_EV_SYS_HI_PRI, evict_cbfunc);
50+
opal_hotel_init(&hotel, NUM_RMS, opal_sync_event_base,
51+
3000000, OPAL_EV_SYS_HI_PRI, evict_cbfunc);
5152

5253
/* prep the occupants */
5354
for (i=0; i < NUM_OCC; i++) {

0 commit comments

Comments
 (0)