projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3db896
)
ortp_send: kill useless gettimeofday()
author
Andre
<maan@p133.(none)>
Sat, 6 May 2006 22:49:11 +0000
(
00:49
+0200)
committer
Andre
<maan@p133.(none)>
Sat, 6 May 2006 22:49:11 +0000
(
00:49
+0200)
ortp_send.c
patch
|
blob
|
history
diff --git
a/ortp_send.c
b/ortp_send.c
index
07e3ccc
..
9363d74
100644
(file)
--- a/
ortp_send.c
+++ b/
ortp_send.c
@@
-75,9
+75,7
@@
static void ortp_send_buf(char *buf, int len, long unsigned chunks_sent)
int ret;
list_for_each_entry_safe(ot, tmp, &targets, node) {
- struct timeval now;
int ts;
- gettimeofday(&now, NULL);
if (!ot->session)
continue;
WRITE_CHUNK_TS(buf, ot->chunk_ts);