summaryrefslogtreecommitdiffstats
path: root/api/src/glfs-mem-types.h
diff options
context:
space:
mode:
authorAnand Avati <avati@redhat.com>2013-04-27 11:59:36 -0700
committerVijay Bellur <vbellur@redhat.com>2013-06-08 14:49:42 -0700
commit76f6dfdf50e9bb8905fc485e3519510e29e283be (patch)
tree20c7711744a44984b888c5b516d57cebfff6e51f /api/src/glfs-mem-types.h
parent84277d1a3002058c7e5991f96eb5d3b635ae87fc (diff)
gfapi: add new API glfs_set_xlator_option()
This is the equivalent of specifying --xlator-option command line argument to glusterfsd. Change-Id: I1171dd518a85db4bd456fa0790f450e889a956cd BUG: 953694 Signed-off-by: Anand Avati <avati@redhat.com> Reviewed-on: http://review.gluster.org/5157 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'api/src/glfs-mem-types.h')
-rw-r--r--api/src/glfs-mem-types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/glfs-mem-types.h b/api/src/glfs-mem-types.h
index e2e9b4c1ed7..590acd03f11 100644
--- a/api/src/glfs-mem-types.h
+++ b/api/src/glfs-mem-types.h
@@ -22,6 +22,7 @@ enum glfs_mem_types_ {
glfs_mt_glfs_fd_t,
glfs_mt_glfs_io_t,
glfs_mt_volfile_t,
+ glfs_mt_xlator_cmdline_option_t,
glfs_mt_end
};