read() system call confusion

前端 未结 0 489
余生分开走
余生分开走 2021-01-23 21:59

I m very confused with read calls to get inotify events

#define EVENT_SIZE sizeof(inotify_event)
int fd = inotify_init();
int wd = inotify_add_watch(fd,dir,IN_MOD         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题