From 3b7d9383fb7d55744e8f62af7c453ee6dbe8dfe3 Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Fri, 24 Jul 2015 07:34:59 -0700 Subject: [PATCH] Update the orte/system/opal_hotel test (cherry picked from commit open-mpi/ompi@93f7a51275821bf9dee8868b3d9a05df948775ae) --- orte/test/system/opal_hotel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/orte/test/system/opal_hotel.c b/orte/test/system/opal_hotel.c index 4347b5a090..e78c575322 100644 --- a/orte/test/system/opal_hotel.c +++ b/orte/test/system/opal_hotel.c @@ -47,7 +47,8 @@ int main(int argc, char* argv[]) } OBJ_CONSTRUCT(&hotel, opal_hotel_t); - opal_hotel_init(&hotel, NUM_RMS, 3000000, OPAL_EV_SYS_HI_PRI, evict_cbfunc); + opal_hotel_init(&hotel, NUM_RMS, opal_sync_event_base, + 3000000, OPAL_EV_SYS_HI_PRI, evict_cbfunc); /* prep the occupants */ for (i=0; i < NUM_OCC; i++) {