summaryrefslogtreecommitdiff
path: root/modules/remote
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-08-13 23:36:59 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-08-13 23:36:59 +0200
commitfad5d37382552af7328dd67d038c1eaf44cf0aee (patch)
tree140a9282f45e8b730e69080c6ab64d33f86a77a6 /modules/remote
parent2a6898c9d95c955df724de1221241888ca1d847e (diff)
Wip for FS remotes
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__},