/[hurdextras]/libfuse/netfs.c
ViewVC logotype

Diff of /libfuse/netfs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by tschwinge, Fri Dec 2 22:45:23 2005 UTC revision 1.32 by tschwinge, Fri Dec 2 23:29:02 2005 UTC
# Line 36  Line 36 
36    
37  /* fuse_dirhandle, passed to ops->getdir to store our information */  /* fuse_dirhandle, passed to ops->getdir to store our information */
38  struct fuse_dirhandle {  struct fuse_dirhandle {
   /*** stuff needed for attempt_lookup *********************/  
   unsigned found :1;  
   
   /*** things needed for get_dirents ***********************/  
39    int first_entry;         /* index of first entry to return (counted down    int first_entry;         /* index of first entry to return (counted down
40                              * in helper function) */                              * in helper function) */
41    int num_entries;         /* number of further entries we may write out to the    int num_entries;         /* number of further entries we may write out to the
# Line 50  struct fuse_dirhandle { Line 46  struct fuse_dirhandle {
46    size_t maxlen;           /* (allocated) length of filename field, def 256 */    size_t maxlen;           /* (allocated) length of filename field, def 256 */
47    struct netnode *parent;  /* netnode of the dir which's content we list */    struct netnode *parent;  /* netnode of the dir which's content we list */
48    
   /*** things used here and there **************************/  
49    char *abspath;    char *abspath;
50    char *filename;    char *filename;
51  };  };

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26