diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-19 16:28:07 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-19 16:28:07 -0700 |
commit | 0c71a9e6383eeba32ee5f28ca51301d5da407468 (patch) | |
tree | 77563f365a8135649357f2bf9f717ac006bbfe8c /host/include | |
parent | fb000993e185a182386101a8bafd880d7c4b2bf0 (diff) | |
parent | b46c5abe79dcd70cd21f7dce56f29e962237d6c9 (diff) | |
download | uhd-0c71a9e6383eeba32ee5f28ca51301d5da407468.tar.gz uhd-0c71a9e6383eeba32ee5f28ca51301d5da407468.tar.bz2 uhd-0c71a9e6383eeba32ee5f28ca51301d5da407468.zip |
Merge branch 'work'
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/device.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/device.hpp b/host/include/uhd/device.hpp index 27b461184..d3e9015c4 100644 --- a/host/include/uhd/device.hpp +++ b/host/include/uhd/device.hpp @@ -120,7 +120,7 @@ public: const boost::asio::const_buffer &buff, const tx_metadata_t &metadata, const io_type_t &io_type, - send_mode_t send_mode = SEND_MODE_ONE_PACKET + send_mode_t send_mode ) = 0; /*! @@ -159,7 +159,7 @@ public: const boost::asio::mutable_buffer &buff, rx_metadata_t &metadata, const io_type_t &io_type, - recv_mode_t recv_mode = RECV_MODE_ONE_PACKET + recv_mode_t recv_mode ) = 0; /*! |