From bbb2d212c31c74410766ed7ee49e49c892491718 Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Mon, 2 Jul 2018 14:15:33 -0400 Subject: update event names Some event names had _event appended to them and there are a couple typos. Fix these to make the naming consistent throughout the binding. Bug-AGL: SPEC-1540 Change-Id: Ia006acd17df371cfe6ff299bb6b420dc7b22a24e Signed-off-by: Matt Porter --- binding/network-api.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'binding') diff --git a/binding/network-api.c b/binding/network-api.c index 57add98..f6b08d0 100644 --- a/binding/network-api.c +++ b/binding/network-api.c @@ -859,11 +859,11 @@ static struct network_state *network_init(GMainLoop *loop) ns->global_state_event = afb_daemon_make_event("global_state"); ns->technologies_event = - afb_daemon_make_event("tecnologies_event"); + afb_daemon_make_event("technologies"); ns->technology_properties_event = - afb_daemon_make_event("tecnology_properties"); + afb_daemon_make_event("technology_properties"); ns->services_event = - afb_daemon_make_event("services_event"); + afb_daemon_make_event("services"); ns->service_properties_event = afb_daemon_make_event("service_properties"); ns->counter_event = -- cgit 1.2.3-korg