summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/rtclock.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-04-11 16:21:13 +0000
committerLennart Poettering <lennart@poettering.net>2008-04-11 16:21:13 +0000
commit6cddf6135cfa86f15a2b43f6e7ae7d16f8711241 (patch)
treeeda6819b2a1e8d916c6236ea5e0d3ddf6ef14808 /src/pulsecore/rtclock.h
parente1c1a782b65e5e207b72e88f3ae04720a743c7e8 (diff)
add new API pa_rtclock_from_wallclock()
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/glitch-free@2234 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/rtclock.h')
-rw-r--r--src/pulsecore/rtclock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/rtclock.h b/src/pulsecore/rtclock.h
index f0360af3..f68ad761 100644
--- a/src/pulsecore/rtclock.h
+++ b/src/pulsecore/rtclock.h
@@ -40,4 +40,6 @@ pa_bool_t pa_rtclock_hrtimer(void);
/* timer with a resolution better than this are considered high-resolution */
#define PA_HRTIMER_THRESHOLD_USEC 10
+struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
+
#endif