Index: trunk/include/sh_inotify.h
===================================================================
--- trunk/include/sh_inotify.h	(revision 363)
+++ trunk/include/sh_inotify.h	(revision 364)
@@ -6,11 +6,12 @@
 typedef struct 
 {
+  void * list_of_watches;
+  void * dormant_watches;
+
   /*
-  void * list_of_watches;
-  */
-
   int    watch[SH_INOTIFY_MAX];
   int    flag[SH_INOTIFY_MAX];
   char * file[SH_INOTIFY_MAX];
+  */
 
   int     count;
