projects
/
platform
/
upstream
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b570c
)
add definition of PA_USEC_PER_MSEC
author
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Oct 2007 22:50:39 +0000
(22:50 +0000)
committer
Lennart Poettering
<lennart@poettering.net>
Tue, 23 Oct 2007 22:50:39 +0000
(22:50 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1948
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/pulse/timeval.h
patch
|
blob
|
history
diff --git
a/src/pulse/timeval.h
b/src/pulse/timeval.h
index
60b9d08
..
a7d3ba3
100644
(file)
--- a/
src/pulse/timeval.h
+++ b/
src/pulse/timeval.h
@@
-36,6
+36,7
@@
PA_C_DECL_BEGIN
#define PA_MSEC_PER_SEC 1000
#define PA_USEC_PER_SEC 1000000
#define PA_NSEC_PER_SEC 1000000000
+#define PA_USEC_PER_MSEC 1000
struct timeval;