aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/modules/hicn_light/strategy.h
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2022-09-26 11:20:08 +0000
committerGerrit Code Review <gerrit@fd.io>2022-09-26 11:20:08 +0000
commit3f0ad924b935c304559f4fa39e165b49d8da6e16 (patch)
tree25eeb2b8f066ca8122675fb23f997157842c48e1 /ctrl/libhicnctrl/src/modules/hicn_light/strategy.h
parent80c26b9e8a8cba1c437d67a39a3844d76fcbe305 (diff)
parentd2072866a012548f1f9e9bc93d9b8d7a84b654f5 (diff)
Merge "fix(stats): fix forwarder statistics retrieval"
Diffstat (limited to 'ctrl/libhicnctrl/src/modules/hicn_light/strategy.h')
-rw-r--r--ctrl/libhicnctrl/src/modules/hicn_light/strategy.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/ctrl/libhicnctrl/src/modules/hicn_light/strategy.h b/ctrl/libhicnctrl/src/modules/hicn_light/strategy.h
index 6b1933960..9fa809751 100644
--- a/ctrl/libhicnctrl/src/modules/hicn_light/strategy.h
+++ b/ctrl/libhicnctrl/src/modules/hicn_light/strategy.h
@@ -3,22 +3,6 @@
#include "../../module.h"
-#if 1
-
DECLARE_MODULE_OBJECT_OPS_H(hicnlight, strategy);
-int _hicnlight_strategy_parse(const uint8_t *buffer, size_t size,
- hc_object_t *object);
-
-int hicnlight_strategy_serialize_create(const hc_object_t *object,
- uint8_t *packet);
-
-int hicnlight_strategy_serialize_delete(const hc_object_t *object,
- uint8_t *packet);
-
-int hicnlight_strategy_serialize_list(const hc_object_t *object,
- uint8_t *packet);
-
-#endif
-
#endif /* HICNCTRL_MODULE_HICNLIGHT_STRATEGY_H */