inotify监听文件并通知 static int inotify_dbfile(const char *spFromRule, const char *spDevFile) { int inotifyFd; int watchfd1; int watchfd2; char buf[BUF_LEN]; size_t numRead; char *spfile; struct inotify_event *event; int ret = ; /* 初始化inotify实例 */ if (- ==