diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index b009b94493d..8dcc4a367d0 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -418,6 +418,9 @@ struct _cmd_args {           * dlclose(). */          int                valgrind;          int                localtime_logging; + +        /* For the subdir mount */ +        char           *subdir_mount;  };  typedef struct _cmd_args cmd_args_t;  | 
