change the visibility of mod sys to pub
hi-glenn opened this issue · 1 comments
hi-glenn commented
change the visibility of mod sys to pub in order to use some feature like IORING_RECV_MULTISHOT
As the following:
mod sys; => pub mod sys;
Or, is there some other way to get the same effect ?