aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/microphone.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-03 13:51:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-03 13:51:33 +0000
commitf95f938f40199cdb6300cc55b191bba6cc7e8540 (patch)
treed350ac20f4aec4d658720639009d3cb92b7f8769 /src/conversation/microphone.c
parent653dc47fa8ab2e2f36c4ca494fcb6510cdc9d46a (diff)
downloadgnunet-f95f938f40199cdb6300cc55b191bba6cc7e8540.tar.gz
gnunet-f95f938f40199cdb6300cc55b191bba6cc7e8540.zip
-note on todo
Diffstat (limited to 'src/conversation/microphone.c')
-rw-r--r--src/conversation/microphone.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conversation/microphone.c b/src/conversation/microphone.c
index f42f571c8..d994db889 100644
--- a/src/conversation/microphone.c
+++ b/src/conversation/microphone.c
@@ -80,6 +80,8 @@ process_record_messages (void *cls,
80 GNUNET_break (0); 80 GNUNET_break (0);
81 return GNUNET_SYSERR; 81 return GNUNET_SYSERR;
82 } 82 }
83 // FIXME: unbox here, instead of sending with overhead!
84 // (see speaker.c::play)
83 mic->rdc (mic->rdc_cls, 85 mic->rdc (mic->rdc_cls,
84 ntohs (msg->size), 86 ntohs (msg->size),
85 (const char *) msg); 87 (const char *) msg);