jobs: Switch back to sd_event
[src/app-framework-binder.git] / src / afb-api-dyn.h
index 35464c6..107d944 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
  * Author: José Bollo <jose.bollo@iot.bzh>
  *
  * 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);