aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-10-25 15:32:11 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-25 15:32:11 +0200
commitd47da1579ad3912af32377dad1e361e4659e9be6 (patch)
treee8826db5a768588967955907042ab4a5c1f57c47
parent562d2639c2b675859011202a46c2ed6f61c4457c (diff)
database: update the name of the API to 'lludb'
Change-Id: I26c415784031d693be816fb9e96e8c255eac9eb0 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-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 c9f49f1..c3ab27e 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 = "ll-database",
+ .api = "lludb", /* low-level user database */
.specification = NULL,
.verbs = ll_database_binding_verbs,
.preinit = NULL,