diff include/client.h @ 54:d3f869b98147 ultra-staging

Udp transmission working (enough) for demo in Nottingham
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 08 Jun 2015 01:07:48 +0100
parents 4255ecbb9bec
children
line wrap: on
line diff
--- a/include/client.h	Sun Jun 07 14:58:34 2015 +0100
+++ b/include/client.h	Mon Jun 08 01:07:48 2015 +0100
@@ -21,6 +21,8 @@
 	int index;
 	float buffers[2][NETWORK_AUDIO_BUFFER_SIZE];
 	int doneOnTime;
+	bool toBeSent;
+	UdpClient udpClient;
 };
 
 void error(const char *);