diff options
author | Lennart Poettering <lennart@poettering.net> | 2007-08-22 00:18:04 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2007-08-22 00:18:04 +0000 |
commit | fa7fc315bd62deb8375194d48e688c808e2919fb (patch) | |
tree | 83e7d9061c1134a870f22563ff542d757ebe2895 /src/pulse/timeval.h | |
parent | 2d292befabf5b0a87bc1d6493ef471725de88d41 (diff) |
modernizations
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1681 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulse/timeval.h')
-rw-r--r-- | src/pulse/timeval.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulse/timeval.h b/src/pulse/timeval.h index 1e5627e3..dbf4319c 100644 --- a/src/pulse/timeval.h +++ b/src/pulse/timeval.h @@ -33,6 +33,10 @@ PA_C_DECL_BEGIN +#define PA_MSEC_PER_SEC 1000 +#define PA_USEC_PER_SEC 1000000 +#define PA_NSEC_PER_SEC 1000000000 + struct timeval; /** Return the current timestamp, just like UNIX gettimeofday() */ |