| PMTIMEWAIT(3) | PMTIMEWAIT(3) |
int pmTimeWait(pmContext *pmc, double *timep);
pmContext * |
pmc |
pmContext object |
|
double * |
timep |
Four timestamps |
pmTimeWait()
returns PM_SUCCESS and four timestamp values are stored in
the array pointed by timep, otherwise ENOENT
is returned.
All timestamps are represented in seconds.
timep[0]sent time at local node timep[1]received time at local node timep[2]received time at remote node timep[3]sent time at remote node
PM_SUCCESS |
Success |
ENOENT |
No timestamp returned yet |