diff options
Diffstat (limited to 'src/test-binding.c')
-rw-r--r-- | src/test-binding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test-binding.c b/src/test-binding.c index a1939e2..1668360 100644 --- a/src/test-binding.c +++ b/src/test-binding.c @@ -22,7 +22,7 @@ #include <time.h> #include "test-binding.h" - +#include "fapis.h" // default api to print log when apihandle not avaliable afb_dynapi *AFB_default; @@ -31,6 +31,7 @@ static CtlSectionT ctrlSections[] = { {.key = "resources", .loadCB = PluginConfig}, {.key = "onload", .loadCB = OnloadConfig}, {.key = "events", .loadCB = EventConfig}, + {.key = "fapis", .loadCB = FapisConfig}, {.key = NULL} }; |