diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 6f40b9880..4b157430b 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -241,6 +241,10 @@ struct _cmd_args { /* key args */ char *mount_point; char *volfile_id; + + /* required for portmap */ + int brick_port; + char *brick_name; }; typedef struct _cmd_args cmd_args_t; |