Skip to content

Commit

Permalink
removed shm / pull subscriber; updated macros
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Apr 23, 2024
1 parent 70ac887 commit b6f05d5
Show file tree
Hide file tree
Showing 22 changed files with 281 additions and 427 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const_format = "0.2.32"

zenoh = { path="../zenoh/zenoh", features = ["shared-memory", "unstable"], default-features = false }
zenoh-ext = { path = "../zenoh/zenoh-ext", features = ["unstable"]}
zenoh-protocol = { path = "../zenoh/commons/zenoh-protocol", features = ["shared-memory"] }
zenoh-util = { path = "../zenoh/commons/zenoh-util" }


[build-dependencies]
cbindgen = "0.26.0"
Expand Down
94 changes: 0 additions & 94 deletions examples/z_pub_shm.c

This file was deleted.

86 changes: 0 additions & 86 deletions examples/z_pull.c

This file was deleted.

Loading

0 comments on commit b6f05d5

Please sign in to comment.