1
1
This commit was SVN r23949.
Этот коммит содержится в:
Ralph Castain 2010-10-26 14:48:20 +00:00
родитель 8d5045de16
Коммит ebb4962072

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

@ -288,8 +288,8 @@ ORTE_DECLSPEC OBJ_CLASS_DECLARATION(orte_notify_event_t);
opal_event_t *tmp; \ opal_event_t *tmp; \
int timeout; \ int timeout; \
tmp = OBJ_NEW(opal_event_t); \ tmp = OBJ_NEW(opal_event_t); \
tmp = opal_event.evtimer_set(opal_event_base, \ opal_event.evtimer_set(opal_event_base, \
tmp, (cbfunc), tmp); \ tmp, (cbfunc), tmp); \
timeout = (deltat) * (n); \ timeout = (deltat) * (n); \
if ((maxwait) > 0 && timeout > (maxwait)) { \ if ((maxwait) > 0 && timeout > (maxwait)) { \
timeout = (maxwait); \ timeout = (maxwait); \
@ -315,8 +315,8 @@ ORTE_DECLSPEC OBJ_CLASS_DECLARATION(orte_notify_event_t);
struct timeval now; \ struct timeval now; \
opal_event_t *tmp; \ opal_event_t *tmp; \
tmp = OBJ_NEW(opal_event_t); \ tmp = OBJ_NEW(opal_event_t); \
tmp = opal_event.evtimer_set(opal_event_base, \ opal_event.evtimer_set(opal_event_base, \
tmp, (cbfunc), tmp); \ tmp, (cbfunc), tmp); \
now.tv_sec = (sec); \ now.tv_sec = (sec); \
now.tv_usec = (usec); \ now.tv_usec = (usec); \
OPAL_OUTPUT_VERBOSE((1, orte_debug_output, \ OPAL_OUTPUT_VERBOSE((1, orte_debug_output, \