acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when using the... 63/11663/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 9 Apr 2018 19:08:33 +0000 (21:08 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 11 Apr 2018 08:35:29 +0000 (08:35 +0000)
commit7486d3c60fbb205c356a166521166b6eeefcc111
tree11885eea0eed8c78cf220299becd9440abe67c5f
parente15023889df5bcfda8c23100cac6765636c65eb5
acl-plugin: VPP-1230: fix the "undefined symbol" error for acl_main when using the inline functions

The acl_main struct, which is defined in the acl_plugin, is not visible when
the ACL plugin inline code is being compiled within the context of other plugins.
Fix that by using the global pointer variable, which exists in both the ACL plugin
context and is set in the context of the external plugins using ACL plugin.

Change-Id: Iaa74dd8cf36ff5442a06a25c5c968722116bddf8
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
(cherry picked from commit 1286a15a6e60f80b0e1b349f876de8fa38c71368)
src/plugins/acl/acl.c
src/plugins/acl/acl.h
src/plugins/acl/public_inlines.h