diff options
author | Amar Tumballi <amarts@redhat.com> | 2017-11-28 14:44:46 +0530 |
---|---|---|
committer | Kaushal M <kaushal@redhat.com> | 2017-11-30 09:16:13 +0000 |
commit | 5b4b25c697f93d3dfe352013a442f2ec73fd3b8b (patch) | |
tree | f9bf3452741e702cf5774924fc70eb82d7831d2e /xlators/xlator.sym | |
parent | 3460b8cfc550f272bdae588e8929b75b105ab06b (diff) |
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 <amarts@redhat.com>
Diffstat (limited to 'xlators/xlator.sym')
-rw-r--r-- | xlators/xlator.sym | 1 |
1 files changed, 1 insertions, 0 deletions
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 |