Implement directory rescanning on top of kqueue/kevent for FreeBSD

This commit is contained in:
Julien BLACHE
2010-01-12 18:45:44 +01:00
parent 69bae139bb
commit 364b22c030
2 changed files with 163 additions and 86 deletions

View File

@@ -221,10 +221,6 @@ struct watch_info {
char *path;
uint32_t cookie;
int libidx;
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
void *priv;
#endif
};
#define wi_offsetof(field) offsetof(struct watch_info, field)