diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-16 02:00:32 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-16 02:25:02 -0800 |
commit | 099e3b5d041cdd6ac34f7c63949a66e9a66e51ac (patch) | |
tree | 3a4f51bbdb8e4fbd11e2e10f3ac4408ef24784b0 /binding/network-common.h | |
parent | d491059697d351fa99720a13555c90ef914ecc8b (diff) |
binding: network: remove unimplemented counter functionalityguppy_6.99.4guppy/6.99.46.99.4
counter_event wasn't implemented, and the respective reset_counters
verb doesn't really have any use.
Change-Id: Ibc2142b7f58c06e67430b31307bc7139837c9866
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'binding/network-common.h')
-rw-r--r-- | binding/network-common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binding/network-common.h b/binding/network-common.h index b95350f..25d599b 100644 --- a/binding/network-common.h +++ b/binding/network-common.h @@ -44,9 +44,7 @@ struct network_state { afb_event_t technology_properties_event; afb_event_t services_event; afb_event_t service_properties_event; - afb_event_t counter_event; afb_event_t agent_event; - int ping_counter; /* NOTE: single connection allowed for now */ /* NOTE: needs locking and a list */ |