Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
9a41a0c51ea322c3950ddc0cbbcc04fa3f135f1c
/
.
/
lib
/
erl
/
src-loose
/
protocol
/
tBinaryProtocol.hrl
blob: cfd48367061305f65b7fae1d49252901a8e8c798 [
file
] [
log
] [
blame
]
-
define
(
VERSION_MASK
,
16
#FFFF0000).
-
define
(
VERSION_1
,
16
#80010000).
-
record
(
tBinaryProtocol
,
{
trans
}).