Skip to content

Commit

Permalink
Fix dummy shm provider definition (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter authored Mar 7, 2025
1 parent 9728d72 commit d69c078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-resources/opaque-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ type PosixSHMProvider = ShmProvider<StaticProtocolID<POSIX_PROTOCOL_ID>, PosixSh
enum CDummySHMProvider {
Posix(PosixSHMProvider),
Dynamic(DummySHMProvider),
DynamicThreadsafe(DummySHMProvider),
}

#[cfg(all(feature = "shared-memory", feature = "unstable"))]
Expand Down

0 comments on commit d69c078

Please sign in to comment.