diff options
Diffstat (limited to 'libglusterfs/src/xlator.h')
| -rw-r--r-- | libglusterfs/src/xlator.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index 618cf202589..217ad97bb4c 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -828,8 +828,12 @@ struct _xlator {  int validate_xlator_volume_options (xlator_t *xl, volume_option_t *opt); +int32_t xlator_set_type_virtual (xlator_t *xl, const char *type); +  int32_t xlator_set_type (xlator_t *xl, const char *type); +int32_t xlator_dynload (xlator_t *xl); +  xlator_t *file_to_xlator_tree (glusterfs_ctx_t *ctx,  			       FILE *fp);  | 
