summaryrefslogtreecommitdiff
path: root/modules/io_codec/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/io_codec/c++')
-rw-r--r--modules/io_codec/c++/rpc.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/io_codec/c++/rpc.hpp b/modules/io_codec/c++/rpc.hpp
index 7a8e93b..cdade00 100644
--- a/modules/io_codec/c++/rpc.hpp
+++ b/modules/io_codec/c++/rpc.hpp
@@ -33,9 +33,9 @@ public:
template<template Interface>
class rpc_client<rmt::Network, Interface> {
private:
- own<io_stream> stream_;
+ own<async_io_stream> stream_;
public:
- rpc_client(own<io_stream> stream);
+ rpc_client(own<async_io_stream> stream);
template<typename T>
remote_result<typename response<T>::type> call(typename request<T>::type req);