Changeset 364 for trunk/include


Ignore:
Timestamp:
Oct 21, 2011, 10:30:44 PM (13 years ago)
Author:
katerina
Message:

Change inotify watch list to a tree with unlimited members, lookup by integer watch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/sh_inotify.h

    r363 r364  
    66typedef struct
    77{
     8  void * list_of_watches;
     9  void * dormant_watches;
     10
    811  /*
    9   void * list_of_watches;
    10   */
    11 
    1212  int    watch[SH_INOTIFY_MAX];
    1313  int    flag[SH_INOTIFY_MAX];
    1414  char * file[SH_INOTIFY_MAX];
     15  */
    1516
    1617  int     count;
Note: See TracChangeset for help on using the changeset viewer.