Skip to:
Following issues are seen:
afb_verb_t generated structure invert vcbdata and session
wrong verb's callback signature void fun(afb_req) instead of void fun(afb_req_t)
missing init function signation generation, or probably preinit and onevent (not tested those ones)
missing provide_class, require_class, require_api in the afb_binding_v3 generated struct
good question! for sure the answer is yes and I just pushed the reviewhttps://gerrit.automotivelinux.org/gerrit/17659Thanks Walt
@jose bollo Should this be cherry picked to flounder?
Following issues are seen:
afb_verb_t generated structure invert vcbdata and session
wrong verb's callback signature void fun(afb_req) instead of
void fun(afb_req_t)
missing init function signation generation, or probably preinit and
onevent (not tested those ones)
missing provide_class, require_class, require_api in the
afb_binding_v3 generated struct