aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorNick Foster <nick@ettus.com>2011-05-23 13:24:29 -0700
committerNick Foster <nick@ettus.com>2011-05-23 13:24:29 -0700
commit92c664bd52adb57f09b5ceae08361a08ce405935 (patch)
treecb9cf01c799ae26db4b3d7e1cac239110d6ff3e0 /host/include
parent21856ee1ba8fb755bf94a0c70c76287f4998b6bf (diff)
parentf9fae3373e67c1bc19ab594d4b5604d69ecb0d68 (diff)
downloaduhd-92c664bd52adb57f09b5ceae08361a08ce405935.tar.gz
uhd-92c664bd52adb57f09b5ceae08361a08ce405935.tar.bz2
uhd-92c664bd52adb57f09b5ceae08361a08ce405935.zip
Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/types/metadata.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/host/include/uhd/types/metadata.hpp b/host/include/uhd/types/metadata.hpp
index f4e084430..269c77c7c 100644
--- a/host/include/uhd/types/metadata.hpp
+++ b/host/include/uhd/types/metadata.hpp
@@ -81,6 +81,8 @@ namespace uhd{
ERROR_CODE_BROKEN_CHAIN = 0x4,
//! An internal receive buffer has filled.
ERROR_CODE_OVERFLOW = 0x8,
+ //! Multi-channel alignment failed.
+ ERROR_CODE_ALIGNMENT = 0xc,
//! The packet could not be parsed.
ERROR_CODE_BAD_PACKET = 0xf
} error_code;