Revert "database: update the name of the API to 'lludb'"
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 25 Oct 2017 14:10:49 +0000 (16:10 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 25 Oct 2017 14:10:49 +0000 (16:10 +0200)
This reverts commit d47da1579ad3912af32377dad1e361e4659e9be6.

ll-database-binding/src/ll-database-binding.c

index c3ab27e..c9f49f1 100644 (file)
@@ -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,