From 6d5aff7bfd2403aa132d41c659c76abaf58f0503 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Fri, 22 May 2009 02:10:31 +0000 Subject: THIS: add xlator_init() API to set @THIS Signed-off-by: Anand V. Avati --- libglusterfs/src/xlator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/xlator.h') diff --git a/libglusterfs/src/xlator.h b/libglusterfs/src/xlator.h index ffbb6a0f8..2bacc0457 100644 --- a/libglusterfs/src/xlator.h +++ b/libglusterfs/src/xlator.h @@ -873,6 +873,7 @@ xlator_t *file_to_xlator_tree (glusterfs_ctx_t *ctx, FILE *fp); int xlator_notify (xlator_t *this, int32_t event, void *data, ...); +int xlator_init (xlator_t *this); int32_t xlator_tree_init (xlator_t *xl); int32_t xlator_tree_free (xlator_t *xl); -- cgit