aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee/include/net/levin_base.h
diff options
context:
space:
mode:
authorAntonio Juarez <antonio.maria.juarez@live.com>2014-03-20 11:46:11 +0000
committerAntonio Juarez <antonio.maria.juarez@live.com>2014-03-20 11:46:11 +0000
commit8efa1313f3614f34ac0bac947314bb53e9a2412b (patch)
tree2752f8e6dfbb75bc53d56ea422482a8ec5870ffa /contrib/epee/include/net/levin_base.h
parentmoved all stuff to github (diff)
downloadmonero-8efa1313f3614f34ac0bac947314bb53e9a2412b.tar.xz
some fixes
Diffstat (limited to 'contrib/epee/include/net/levin_base.h')
-rw-r--r--contrib/epee/include/net/levin_base.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/contrib/epee/include/net/levin_base.h b/contrib/epee/include/net/levin_base.h
index 503a9e5df..d630bff19 100644
--- a/contrib/epee/include/net/levin_base.h
+++ b/contrib/epee/include/net/levin_base.h
@@ -41,13 +41,13 @@ namespace levin
#pragma pack(1)
struct bucket_head
{
- boost::uint64_t m_signature;
- boost::uint64_t m_cb;
- bool m_have_to_return_data;
- boost::uint32_t m_command;
- boost::int32_t m_return_code;
- boost::uint32_t m_reservedA; //probably some flags in future
- boost::uint32_t m_reservedB; //probably some check sum in future
+ uint64_t m_signature;
+ uint64_t m_cb;
+ bool m_have_to_return_data;
+ uint32_t m_command;
+ int32_t m_return_code;
+ uint32_t m_reservedA; //probably some flags in future
+ uint32_t m_reservedB; //probably some check sum in future
};
#pragma pack(pop)
@@ -56,13 +56,13 @@ namespace levin
#pragma pack(1)
struct bucket_head2
{
- boost::uint64_t m_signature;
- boost::uint64_t m_cb;
- bool m_have_to_return_data;
- boost::uint32_t m_command;
- boost::int32_t m_return_code;
- boost::uint32_t m_flags;
- boost::uint32_t m_protocol_version;
+ uint64_t m_signature;
+ uint64_t m_cb;
+ bool m_have_to_return_data;
+ uint32_t m_command;
+ int32_t m_return_code;
+ uint32_t m_flags;
+ uint32_t m_protocol_version;
};
#pragma pack(pop)