20 #ifndef _GUAC_TIMESTAMP_H 21 #define _GUAC_TIMESTAMP_H int64_t guac_timestamp
An arbitrary timestamp denoting a relative time value in milliseconds.
Definition: timestamp-types.h:34
guac_timestamp guac_timestamp_current()
Returns an arbitrary timestamp.
void guac_timestamp_msleep(int duration)
Sleeps for the given number of milliseconds.
Type definitions related to Guacamole protocol timestamps.