aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Tingting <qiutt@fujitsu.com>2021-03-05 10:53:03 +0800
committerQiu Tingting <qiutt@fujitsu.com>2021-03-05 10:53:03 +0800
commita718d940b6c07f31ab140537246844caabd66cf9 (patch)
treee9ac2ef1e1cc719bd3e692ba5c036007f94137d7
parent03a34db6cf532c33b45b711fba8a5d08dfae3af4 (diff)
Bug-AGL: SPEC-3831 Change-Id: Ic40d52e6dec2872b2d032364d5b6375a39c61673 Signed-off-by: Qiu Tingting <qiutt@fujitsu.com>
-rw-r--r--src/xds-binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xds-binding.c b/src/xds-binding.c
index f93a121..d4bf404 100644
--- a/src/xds-binding.c
+++ b/src/xds-binding.c
@@ -58,7 +58,7 @@ void ctrlapi_auth(afb_req_t request)
afb_req_success(request, NULL, NULL);
}
-static afb_verb_t CtrlApiVerbs[] = {
+static const afb_verb_t CtrlApiVerbs[] = {
/* VERB'S NAME FUNCTION TO CALL SHORT DESCRIPTION */
{ .verb = "ping", .callback = ctrlapi_ping, .info = "ping test for API" },
{ .verb = "auth", .callback = ctrlapi_auth, .info = "Authenticate session to raise Level Of Assurance of the session" },