Skip to content

Commit

Permalink
Merge pull request #589 from elfenpiff/iox2-508-introduce-socketpairs
Browse files Browse the repository at this point in the history
[#508] introduce socketpairs
  • Loading branch information
elfenpiff authored Jan 20, 2025
2 parents 3b5567d + 6d85ca0 commit 5ba1d6e
Show file tree
Hide file tree
Showing 11 changed files with 1,061 additions and 26 deletions.
2 changes: 2 additions & 0 deletions doc/release-notes/iceoryx2-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
conflicts when merging.
-->

* Introduce `socket_pair` abstraction in POSIX wrapper
[#508](https://github.com/eclipse-iceoryx/iceoryx2/issues/508)
* Deadline property for event services
[#573](https://github.com/eclipse-iceoryx/iceoryx2/issues/573)
* Use 'std_instead_of_core' clippy warning
Expand Down
1 change: 1 addition & 0 deletions iceoryx2-bb/posix/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ rust_test_suite(
"//iceoryx2-bb/testing:iceoryx2-bb-testing",
"//iceoryx2-pal/posix:iceoryx2-pal-posix",
"//iceoryx2-pal/configuration:iceoryx2-pal-configuration",
"//iceoryx2-pal/concurrency-sync:iceoryx2-pal-concurrency-sync",
],
tags = ["exclusive"],
proc_macro_deps = [
Expand Down
1 change: 1 addition & 0 deletions iceoryx2-bb/posix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ pub mod clock;
pub mod condition_variable;
pub mod config;
pub mod creation_mode;
pub mod socket_pair;
pub mod udp_socket;
#[macro_use]
pub mod handle_errno;
Expand Down
Loading

0 comments on commit 5ba1d6e

Please sign in to comment.