From 5b4b25c697f93d3dfe352013a442f2ec73fd3b8b Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Tue, 28 Nov 2017 14:44:46 +0530 Subject: xlator: provide a xlator_api_t structure to include all exported options each translator from now on can have just 1 symbol exported called 'xlator_api', which has all the required fields in it. Updates: #164 Change-Id: I48d54f5ec59fee842b1d55877e3ac5e9ec9b6bdd Signed-off-by: Amar Tumballi --- xlators/xlator.sym | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/xlator.sym') diff --git a/xlators/xlator.sym b/xlators/xlator.sym index f8f1386cf2e..b50eb2848f8 100644 --- a/xlators/xlator.sym +++ b/xlators/xlator.sym @@ -1,3 +1,4 @@ +xlator_api init fini fops -- cgit