From b3f3b90ebfa55f731393b2096dccfae570f22d6f Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 25 Apr 2017 16:06:31 +0200 Subject: Make monitor use the interface version 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enforce monitor API to be a kind of standard binding. Change-Id: I4739f879d5e076eb3505f5fe2cf658e6f9299de6 Signed-off-by: José Bollo --- include/afb/afb-binding-v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb') diff --git a/include/afb/afb-binding-v2.h b/include/afb/afb-binding-v2.h index 1f47e219..97956411 100644 --- a/include/afb/afb-binding-v2.h +++ b/include/afb/afb-binding-v2.h @@ -37,7 +37,7 @@ struct afb_verb_v2 { const char *verb; /* name of the verb */ void (*callback)(struct afb_req req); /* callback function implementing the verb */ - const char * const *permissions; /* required permissions */ + const char * permissions; /* required permissions */ enum afb_session_v1 session; /* authorisation and session requirements of the verb */ }; -- cgit 1.2.3-korg