summaryrefslogtreecommitdiffstats
path: root/ctrl/libhicnctrl/src/api_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctrl/libhicnctrl/src/api_private.h')
-rw-r--r--ctrl/libhicnctrl/src/api_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ctrl/libhicnctrl/src/api_private.h b/ctrl/libhicnctrl/src/api_private.h
index 65b175810..c708e1eb5 100644
--- a/ctrl/libhicnctrl/src/api_private.h
+++ b/ctrl/libhicnctrl/src/api_private.h
@@ -242,6 +242,9 @@ struct hc_sock_s {
int (*hc_subscription_create)(hc_sock_t *s, hc_subscription_t *subscription);
int (*hc_subscription_delete)(hc_sock_t *s, hc_subscription_t *subscription);
+ int (*hc_stats_get)(hc_sock_t *s, hc_data_t **data);
+ int (*hc_stats_list)(hc_sock_t *s, hc_data_t **data);
+
hc_result_t *(*hc_listener_create_conf)(hc_sock_t *s,
hc_listener_t *listener);
hc_result_t *(*hc_listener_list_conf)(hc_sock_t *s, hc_data_t **pdata);