aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-07-02 14:15:33 -0400
committerMatt Porter <mporter@konsulko.com>2018-07-10 08:32:26 -0400
commitbbb2d212c31c74410766ed7ee49e49c892491718 (patch)
tree7ba72feb7b6f5a543e2c2bc5fdcfe3427ad06eeb
parented41478d73a9972495f840fd854c439d92c5247b (diff)
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 <mporter@konsulko.com>
-rw-r--r--binding/network-api.c6
1 files changed, 3 insertions, 3 deletions
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 =