diff options
author | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-11-18 13:52:01 +0100 |
---|---|---|
committer | Li Xiaoming <lixm.fnst@cn.fujitsu.com> | 2019-11-18 13:52:01 +0100 |
commit | 32837eddf0644aef8c71a208d87aaa8140eeafaa (patch) | |
tree | 19f69200211c36853edf02d96d2bffe13b5543f8 /src/bind_event.h | |
parent | 6d5d619a059b5aeb76c2add9bc28d45bd31279e9 (diff) |
Migration to binding V3
Bug-AGL: SPEC-2745
Change-Id: Idbaecfaf7d48e35fcb9d9964d682ff99702a05cd
Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com>
Diffstat (limited to 'src/bind_event.h')
-rw-r--r-- | src/bind_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bind_event.h b/src/bind_event.h index 5e44a5b..8c49165 100644 --- a/src/bind_event.h +++ b/src/bind_event.h @@ -21,7 +21,7 @@ struct bind_event_t { const char *name; /* name of the event : IvI Property-Name */ - struct afb_event event; /* the event for the binder */ + afb_event_t event; /* the event for the binder */ struct prop_info_t *raw_info; }; |