summaryrefslogtreecommitdiff
path: root/modules/remote
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote')
-rw-r--r--modules/remote/c++/transfer_loopback.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote/c++/transfer_loopback.hpp b/modules/remote/c++/transfer_loopback.hpp
index 3eb6922..39ae402 100644
--- a/modules/remote/c++/transfer_loopback.hpp
+++ b/modules/remote/c++/transfer_loopback.hpp
@@ -20,7 +20,7 @@ private:
ptr<remote<rmt::Loopback>> remote_;
remote_address<rmt::Loopback> rmt_address_;
public:
- static constexpr std::pair<uint64_t,uint64_t> class_id{schema_hash<Schema>::apply(), schema_hash<Encoding>::apply()};
+ static constexpr std::pair<uint32_t,uint32_t> class_id{schema_hash<Schema>::apply(), schema_hash<Encoding>::apply()};
data_server(ptr<remote<rmt::Loopback>> remote__, const remote_address<rmt::Loopback>& addr):
remote_{remote__},