fix typo
This commit was SVN r23949.
Этот коммит содержится в:
родитель
8d5045de16
Коммит
ebb4962072
@ -288,7 +288,7 @@ ORTE_DECLSPEC OBJ_CLASS_DECLARATION(orte_notify_event_t);
|
||||
opal_event_t *tmp; \
|
||||
int timeout; \
|
||||
tmp = OBJ_NEW(opal_event_t); \
|
||||
tmp = opal_event.evtimer_set(opal_event_base, \
|
||||
opal_event.evtimer_set(opal_event_base, \
|
||||
tmp, (cbfunc), tmp); \
|
||||
timeout = (deltat) * (n); \
|
||||
if ((maxwait) > 0 && timeout > (maxwait)) { \
|
||||
@ -315,7 +315,7 @@ ORTE_DECLSPEC OBJ_CLASS_DECLARATION(orte_notify_event_t);
|
||||
struct timeval now; \
|
||||
opal_event_t *tmp; \
|
||||
tmp = OBJ_NEW(opal_event_t); \
|
||||
tmp = opal_event.evtimer_set(opal_event_base, \
|
||||
opal_event.evtimer_set(opal_event_base, \
|
||||
tmp, (cbfunc), tmp); \
|
||||
now.tv_sec = (sec); \
|
||||
now.tv_usec = (usec); \
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user