X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.h;h=107d944ed588d8e70eb7988924015a735ada1ca9;hb=a708fcbcb234af8ffe69d04786e44472b45f3559;hp=35464c6e98856bb2a472440e67d94c6e127d7ccd;hpb=a4dcf977a6b9e517a0b32949b5967a6de5064f13;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dyn.h b/src/afb-api-dyn.h index 35464c6e..107d944e 100644 --- a/src/afb-api-dyn.h +++ b/src/afb-api-dyn.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author: José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -40,6 +40,7 @@ extern int afb_api_dyn_add( struct afb_apiset *apiset, const char *name, const char *info, + int noconcurrency, int (*preinit)(void*, struct afb_dynapi*), void *closure);