Skip to content

Commit

Permalink
Updated DDS plugin to use version of Cyclors which supports symbol ma…
Browse files Browse the repository at this point in the history
…ngling on all platforms.
  • Loading branch information
gmartin82 committed Dec 6, 2024
1 parent b58922d commit d8a8fe0
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 17 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ async-trait = "0.1.66"
bincode = "1.3.3"
cdr = "0.2.4"
clap = "3.2.23"
cyclors = "=0.3.3"
#cyclors = "=0.3.4"
cyclors = { git = "https://github.com/ZettaScaleLabs/cyclors.git", branch = "issue-24-combined" }
derivative = "2.2.0"
flume = "0.11.0"
futures = "0.3.26"
Expand Down
1 change: 1 addition & 0 deletions zenoh-bridge-dds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ publish = false

[features]
dds_shm = ["zenoh-plugin-dds/dds_shm"]
prefix_symbols = ["zenoh-plugin-dds/prefix_symbols"]

[dependencies]
async-liveliness-monitor = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions zenoh-plugin-dds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ crate-type = ["cdylib", "rlib"]
default = ["dynamic_plugin"]
dynamic_plugin = []
dds_shm = ["cyclors/iceoryx"]
prefix_symbols = ["cyclors/prefix_symbols"]
stats = ["zenoh/stats"]

[dependencies]
Expand Down

0 comments on commit d8a8fe0

Please sign in to comment.