aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-10-25 16:10:49 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-25 16:10:49 +0200
commitc063b14530bad81d664a4505742d20d39cdb130f (patch)
tree1bd32ec00b91526cea073f8edd02a48387788aec
parentd47da1579ad3912af32377dad1e361e4659e9be6 (diff)
Revert "database: update the name of the API to 'lludb'"
This reverts commit d47da1579ad3912af32377dad1e361e4659e9be6.
-rw-r--r--ll-database-binding/src/ll-database-binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ll-database-binding/src/ll-database-binding.c b/ll-database-binding/src/ll-database-binding.c
index c3ab27e..c9f49f1 100644
--- a/ll-database-binding/src/ll-database-binding.c
+++ b/ll-database-binding/src/ll-database-binding.c
@@ -452,7 +452,7 @@ static const afb_verb_v2 ll_database_binding_verbs[]= {
};
const struct afb_binding_v2 afbBindingV2 = {
- .api = "lludb", /* low-level user database */
+ .api = "ll-database",
.specification = NULL,
.verbs = ll_database_binding_verbs,
.preinit = NULL,