From a2ee029d0772e894911c84fb8a0cab5f253e145b Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 28 Nov 2017 22:29:13 -0800 Subject: VOM: logging, populate and stats fixes logging: allow a client to register a callback handler to recieve log messages that way the client can maintain a correctly sequenced log populate: fix the creation of interface and the setting of the handle stats: the reset promise idea is not defined behaviour. Use an eanble/disable command pair Change-Id: I347720bb65df2874c7619e722d593bc863ee2bf1 Signed-off-by: Neale Ranns --- src/vpp-api/vom/tap_interface.hpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/vpp-api/vom/tap_interface.hpp') diff --git a/src/vpp-api/vom/tap_interface.hpp b/src/vpp-api/vom/tap_interface.hpp index 08dba501572..d9df9a92a8d 100644 --- a/src/vpp-api/vom/tap_interface.hpp +++ b/src/vpp-api/vom/tap_interface.hpp @@ -74,16 +74,6 @@ private: }; static event_handler m_evh; - /** - * Construct with a handle - */ - tap_interface(const handle_t& hdl, - const std::string& name, - admin_state_t state, - route::prefix_t prefix); - - friend class interface_factory; - /** * Ip Prefix */ -- cgit 1.2.3-korg