summaryrefslogtreecommitdiff
path: root/cpp/lib/common
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/lib/common')
-rw-r--r--cpp/lib/common/framing/amqp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/lib/common/framing/amqp_types.h b/cpp/lib/common/framing/amqp_types.h
index e1e3821584..4fac13e93b 100644
--- a/cpp/lib/common/framing/amqp_types.h
+++ b/cpp/lib/common/framing/amqp_types.h
@@ -36,7 +36,7 @@ namespace qpid {
namespace framing {
using std::string;
-
+typedef u_int16_t ChannelId;
typedef u_int64_t RequestId;
typedef u_int64_t ResponseId;
typedef u_int32_t BatchOffset;