Changeset 496 for trunk/include


Ignore:
Timestamp:
Dec 7, 2015, 7:04:28 PM (9 years ago)
Author:
katerina
Message:

Fix for ticket #393 (wrong policy assigned).

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_inotify.h

    r481 r496  
    4545void sh_inotify_remove(sh_watches * watches);
    4646void sh_inotify_init(sh_watches * watches);
     47void sh_inotify_close();
    4748
    4849char * sh_inotify_search_item(sh_watches * watches, int watch,
  • trunk/include/sh_modules.h

    r259 r496  
    77enum
    88  {
    9     SH_MODFL_NOTIMER = (1 << 0)
     9    SH_MODFL_NOTIMER    = (1 << 0),
     10    SH_MODFL_NEEDPAUSED = (1 << 1),
     11    SH_MODFL_ISPAUSED   = (1 << 2)
    1012  };
    1113
Note: See TracChangeset for help on using the changeset viewer.