aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/usrp_e_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-07-10 06:13:47 +0000
committerJosh Blum <josh@joshknows.com>2010-07-10 06:13:47 +0000
commitead865c28690deb1566ce6a20f54cfb43484ad01 (patch)
tree5e466a75e2072c61a68ebea7957eb9cb7ec382e4 /host/lib/usrp/usrp_e/usrp_e_impl.hpp
parent667bfe56e777a409d92f72bfd54ac827d49d1c7c (diff)
downloaduhd-ead865c28690deb1566ce6a20f54cfb43484ad01.tar.gz
uhd-ead865c28690deb1566ce6a20f54cfb43484ad01.tar.bz2
uhd-ead865c28690deb1566ce6a20f54cfb43484ad01.zip
usrp-e: added io_impl handle overrun
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_impl.hpp')
-rw-r--r--host/lib/usrp/usrp_e/usrp_e_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.hpp b/host/lib/usrp/usrp_e/usrp_e_impl.hpp
index c0e302bd8..4a63a6d21 100644
--- a/host/lib/usrp/usrp_e/usrp_e_impl.hpp
+++ b/host/lib/usrp/usrp_e/usrp_e_impl.hpp
@@ -97,6 +97,7 @@ private:
UHD_PIMPL_DECL(io_impl) _io_impl;
void io_init(void);
void issue_stream_cmd(const uhd::stream_cmd_t &stream_cmd);
+ void handle_overrun(size_t);
//configuration shadows
uhd::clock_config_t _clock_config;