From 67c4b9bb390192fa1cb4004da0ca3ec4ad8d54a6 Mon Sep 17 00:00:00 2001 From: Jonathan Aillet Date: Fri, 1 Jun 2018 22:33:55 +0200 Subject: Don't seal hal controller api at its init To be able to declare new verbs for controller hal dynamic api, don't seal this api after its initialization. Change-Id: I0fd028034ef2f409eceae05b642c74163b26e332 Signed-off-by: Jonathan Aillet --- 4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c | 2 -- 1 file changed, 2 deletions(-) (limited to '4a-hal') diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c index 982c4e6..bc6b9c1 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-api-loader.c @@ -138,8 +138,6 @@ static int HalCtlsLoadOneApi(void *cbdata, afb_dynapi *apiHandle) // Init Api function (does not receive user closure ???) afb_dynapi_on_init(apiHandle, HalCtlsInitOneApi); - afb_dynapi_seal(apiHandle); - return err; } -- cgit 1.2.3-korg