summaryrefslogtreecommitdiff
path: root/modules/remote-filesystem/examples/remote_read_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-filesystem/examples/remote_read_file.cpp')
-rw-r--r--modules/remote-filesystem/examples/remote_read_file.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/remote-filesystem/examples/remote_read_file.cpp b/modules/remote-filesystem/examples/remote_read_file.cpp
index 39979d3..435c32e 100644
--- a/modules/remote-filesystem/examples/remote_read_file.cpp
+++ b/modules/remote-filesystem/examples/remote_read_file.cpp
@@ -18,7 +18,7 @@ int main(){
remote<rmt::File> file_remote;
- auto eo_addr = file_remote.parse_address("./example_file");
+ auto eo_addr = file_remote.parse_address("./example_file.kelsimple");
if(eo_addr.is_error()){
return 1;
}
@@ -30,9 +30,6 @@ int main(){
}
auto& dat_srv = eo_dat_srv.get_value();
- std::string a = "blafoobla";
- int64_t b = 42;
-
{
id<sch::Foo> foo_id{0u};