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