Update CommScheduler.h

This commit is contained in:
xiehan
2020-07-30 16:04:07 +00:00
committed by GitHub
parent 71c9fd805e
commit df557fa9be

View File

@@ -121,7 +121,7 @@ public:
this->comm.deinit();
}
/* wait_timeout in microseconds, -1 for no timeout. */
/* wait_timeout in milliseconds, -1 for no timeout. */
int request(CommSession *session, CommSchedObject *object,
int wait_timeout, CommTarget **target)
{