afb-binding-v3: Fix issues in includes 69/19469/1
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 2 Jan 2019 19:01:44 +0000 (20:01 +0100)
committerJose Bollo <jose.bollo@iot.bzh>
Fri, 4 Jan 2019 13:19:06 +0000 (14:19 +0100)
commit3bb9874df7e9e8e325ec4bcb5e03616d98c5d504
tree1cb003d08a34cedc7a7d7a0740967149f4bc8ac0
parenteb9be95e4cec2ec965cd38c6b3a7ed295982b1a1
afb-binding-v3: Fix issues in includes

Fix 1: afb_api_v3_verbose doesn't exist

Fix 2: afb_api_vverbose isn't declared

Fix 3: Ensure implicit cast of "api" and "req"

  Using presupposed knowledge of internals of afb_api_t
  and afb_req_t is bad when dealing with implicit
  conversion in C++ and is generally not the way to
  go.

Change-Id: I2630faa5ea0ae315ca95e4fd6ed6ae1a0beb01a5
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
include/afb/afb-binding-predefs.h
include/afb/afb-binding-v3.h