silver-ymz commented on code in PR #3004:
URL:
https://github.com/apache/incubator-opendal/pull/3004#discussion_r1314455268
##########
bindings/cpp/src/lib.rs:
##########
@@ -26,6 +27,12 @@ mod ffi {
value: String,
}
+ enum SeekDir {
Review Comment:
~We can import `libc` crate to avoid exposing c++ std struct by ourselves.~
Sorry for the wrong idea. The seekdir is different in c API and c++ std API.
We still need a converation by ourselves.
--
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]