diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-11 01:30:34 +0200 |
---|---|---|
committer | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-10-08 15:52:51 +0200 |
commit | e8cd2f8161706331208168c8171f0677838549d6 (patch) | |
tree | 0002f41f545f39ffa6550f30dac09eb8f4a7207a /4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c | |
parent | 0c99273762e161b703ce0540596d66947d27e1d1 (diff) |
Change name of 'list' verb to 'info'
Change name of 'list' verb to 'info'.
Change-Id: I9062344b67cc2c19bce9a34d4ac7abfc1baa9428
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to '4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c')
-rw-r--r-- | 4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c index 8360694..ded6118 100644 --- a/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c +++ b/4a-hal/4a-hal-controllers/4a-hal-controllers-cb.c @@ -460,7 +460,7 @@ void HalCtlsActionOnStream(AFB_ReqT request) } } -void HalCtlsListVerbs(AFB_ReqT request) +void HalCtlsInfo(AFB_ReqT request) { unsigned int idx; |