Index: trunk/include/sh_inotify.h
===================================================================
--- trunk/include/sh_inotify.h	(revision 488)
+++ trunk/include/sh_inotify.h	(revision 496)
@@ -45,4 +45,5 @@
 void sh_inotify_remove(sh_watches * watches);
 void sh_inotify_init(sh_watches * watches);
+void sh_inotify_close();
 
 char * sh_inotify_search_item(sh_watches * watches, int watch, 
Index: trunk/include/sh_modules.h
===================================================================
--- trunk/include/sh_modules.h	(revision 488)
+++ trunk/include/sh_modules.h	(revision 496)
@@ -7,5 +7,7 @@
 enum
   {
-    SH_MODFL_NOTIMER = (1 << 0)
+    SH_MODFL_NOTIMER    = (1 << 0),
+    SH_MODFL_NEEDPAUSED = (1 << 1),
+    SH_MODFL_ISPAUSED   = (1 << 2)
   };
 
