/[hurd]/hurd/libnetfs/netfs.h
ViewVC logotype

Diff of /hurd/libnetfs/netfs.h

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

revision 1.31 by marcus, Mon May 13 17:39:37 2002 UTC revision 1.32 by roland, Mon May 13 22:23:37 2002 UTC
# Line 74  struct node Line 74  struct node
74    
75    /* The stat information for this particular node.  */    /* The stat information for this particular node.  */
76    struct stat nn_stat;    struct stat nn_stat;
77      /* The S_IPTRANS and S_IFMT bits here are examined instead of nn_stat.st_mode
78         to decide whether to do passive translator processing.  Other bits
79         are ignored, so you can set this to nn_stat.st_mode if you want that.  */
80      mode_t nn_translated;
81    
82    struct mutex lock;    struct mutex lock;
83    

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