summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/rtclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/rtclock.h')
-rw-r--r--src/pulsecore/rtclock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pulsecore/rtclock.h b/src/pulsecore/rtclock.h
index 72bbd5e9..f0360af3 100644
--- a/src/pulsecore/rtclock.h
+++ b/src/pulsecore/rtclock.h
@@ -31,6 +31,9 @@ struct timeval;
/* Something like pulse/timeval.h but based on CLOCK_MONOTONIC */
struct timeval *pa_rtclock_get(struct timeval *ts);
+
+pa_usec_t pa_rtclock_usec(void);
+
pa_usec_t pa_rtclock_age(const struct timeval *tv);
pa_bool_t pa_rtclock_hrtimer(void);