jcarey9149 commented on code in PR #7001:
URL: https://github.com/apache/opendal/pull/7001#discussion_r2616388180
##########
core/src/lib.rs:
##########
@@ -72,6 +72,9 @@ pub mod layers {
pub use opendal_layer_await_tree::*;
#[cfg(feature = "layers-capability-check")]
pub use opendal_layer_capability_check::*;
+ #[cfg(all(target_os = "linux", feature = "layers-dtrace"))]
+ pub use opendal_layer_dtrace::DtraceLayer;
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]