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

Diff of /libfuse/main.c

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

revision 1.9 by tschwinge, Tue Nov 15 23:43:05 2005 UTC revision 1.10 by stesie, Sat Dec 3 19:01:25 2005 UTC
# Line 28  char *netfs_server_name = PACKAGE; Line 28  char *netfs_server_name = PACKAGE;
28  char *netfs_server_version = VERSION;  char *netfs_server_version = VERSION;
29  int netfs_maxsymlinks = 12;  int netfs_maxsymlinks = 12;
30    
31    /* libfuse filesystem configuration */
32    struct _libfuse_params libfuse_params = { 0 };
33    
34  /* pointer to the fuse_operations structure of this translator process */  /* pointer to the fuse_operations structure of this translator process */
 int fuse_use_ino = 0;  
35  const struct fuse_operations *fuse_ops = NULL;  const struct fuse_operations *fuse_ops = NULL;
36  const struct fuse_operations_compat2 *fuse_ops_compat = NULL;  const struct fuse_operations_compat2 *fuse_ops_compat = NULL;
37    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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