projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2530db
)
Fix some signed/unsigned comparison warnings (pacing_rate should be uint32_t everywhe...
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 1 Dec 2013 00:18:41 +0000
(
01:18
+0100)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Sun, 1 Dec 2013 00:18:41 +0000
(
01:18
+0100)
stream.h
patch
|
blob
|
history
diff --git
a/stream.h
b/stream.h
index
d29b924
..
5e694aa
100644
(file)
--- a/
stream.h
+++ b/
stream.h
@@
-85,7
+85,7
@@
struct Stream {
MarkPool *mark_pool;
// Maximum pacing rate for the stream.
-
in
t pacing_rate;
+
uint32_
t pacing_rate;
// Queued data, if any. Protected by <queued_data_mutex>.
// The data pointers in the iovec are owned by us.