Hi Everyone, I am trying work with inotify on linux ( https://man7.org/linux/man-pages/man7/inotify.7.html )
it appears that Kotlin Native (1.5.10) C interop does support the inotify header, but the helper class mapping
inotify_event
struct does not have any of it’s members. Has anyone encountered this issue before ?
➕ 2
m
mbonnin
08/29/2021, 9:53 AM
I'm guessing since it is a struct that is read from a file descriptor, you can read its members instead... But curious if there's a better answer or underlying reason why the class doesn't have its members