summaryrefslogtreecommitdiff
path: root/usrp2/host/include
diff options
context:
space:
mode:
authorJohnathan Corgan2010-05-23 13:36:44 -0700
committerJohnathan Corgan2010-05-23 13:36:44 -0700
commit6c0f2f5a5e4eddefc52c272c4b92065a225be3c5 (patch)
tree5fc909d73455c015ba60c08cfd667d9c004c7dd4 /usrp2/host/include
parent62f8c06058435ed3e16f20327bb07bd29e4d8386 (diff)
parentb32e803b1bee283033c976a4656bc0af4fe9461f (diff)
downloadgnuradio-6c0f2f5a5e4eddefc52c272c4b92065a225be3c5.tar.gz
gnuradio-6c0f2f5a5e4eddefc52c272c4b92065a225be3c5.tar.bz2
gnuradio-6c0f2f5a5e4eddefc52c272c4b92065a225be3c5.zip
Merge remote branch 'gnuradio/wip/udp_source_sink'
* gnuradio/wip/udp_source_sink: gnuradio-core: update copyrights gnuradio-core: allow swig to handle exceptions in UDP source/sink grc: update UDP source and sink block wrappers Simplify USE_SELECT usage Return immediately when using d_residual. Defend against a peer that sends an invalid message length. Move initialization of select timeout Correct update of d_temp_offset (parallel construction) Identify memory leaks that occur on error conditions Use -1 as file descriptor "not open" value instead of 0 Add additional conditionalization of networking includes Flush pending errors in gr_udp_sink on disconnect() Rework UDP source and sink, with incompatible API changes Updates to udp source/sink (select(), wait, cleanup) Discard data in gr_udp_sink until receiver is started. Use getaddrinfo in gr_udp_{source,sink} Changes to gr_udp_{source,sink} for MinGW Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)
Diffstat (limited to 'usrp2/host/include')
-rw-r--r--usrp2/host/include/usrp2/usrp2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/host/include/usrp2/usrp2.h b/usrp2/host/include/usrp2/usrp2.h
index 7069507cf..e29caa33d 100644
--- a/usrp2/host/include/usrp2/usrp2.h
+++ b/usrp2/host/include/usrp2/usrp2.h
@@ -21,6 +21,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/utility.hpp>
+#include <boost/bind.hpp>
#include <vector>
#include <complex>
#include <usrp2/rx_sample_handler.h>