acl-plugin: set ACL heap within the exported functions that might alloc memory
[vpp.git] / src / plugins / acl / acl.h
index 5765e91..d7ccbe9 100644 (file)
@@ -353,5 +353,7 @@ AH has a special treatment of its length, it is in 32-bit words, not 64-bit word
 
 extern acl_main_t acl_main;
 
+void *acl_plugin_set_heap();
+
 
 #endif