File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
package =native_libmultiprocess
2
- $(package)_version =015e95f7ebaa47619a213a19801e7fffafc56864
2
+ $(package)_version =abe254b9734f2e2b220d1456de195532d6e6ac1e
3
3
$(package)_download_path =https://github.com/chaincodelabs/libmultiprocess/archive
4
4
$(package)_file_name =$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =4b1266b121337f3f6f37e1863fba91c1a5ee9ad126bcffc6fe6b9ca47ad050a1
5
+ $(package)_sha256_hash =85777073259fdc75d24ac5777a19991ec1156c5f12db50b252b861c95dcb4f46
6
6
$(package)_dependencies =native_capnp
7
7
8
8
define $(package)_config_cmds
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ void IpcPipeTest()
62
62
63
63
auto connection_client = std::make_unique<mp::Connection>(loop, kj::mv (pipe.ends [0 ]));
64
64
auto foo_client = std::make_unique<mp::ProxyClient<gen::FooInterface>>(
65
- connection_client->m_rpc_system . bootstrap (mp::ServerVatId ().vat_id ).castAs <gen::FooInterface>(),
65
+ connection_client->m_rpc_system -> bootstrap (mp::ServerVatId ().vat_id ).castAs <gen::FooInterface>(),
66
66
connection_client.get (), /* destroy_connection= */ false );
67
67
foo_promise.set_value (std::move (foo_client));
68
68
disconnect_client = [&] { loop.sync ([&] { connection_client.reset (); }); };
You can’t perform that action at this time.
0 commit comments