You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opal/runtime: fix outdated comment for opal_progress_set_event_flags
The comment for opal_progress_set_event_flags states that default
opal_progress_event_flags is OPAL_EVLOOP_ONELOOP, which is not
accurate, because OPAL_EVLOOP_ONELOOP has been removed in commit
33c3b71, and was replaced by
OPAL_EVLOOP_NONBLOCK | OPAL_EVLOOP_ONCE.
This patch fixed the comment about the default argument.
It also fixed a typo in the argument section: "vlags" -> "flags"
Signed-off-by: Wei Zhang <wzam@amazon.com>
0 commit comments