From 7a895e10d8a08b66d2d416422d3c6aa0c2838d6f Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 23 Feb 2019 18:22:05 -0800 Subject: fixes #892 remove statistics from message queues --- src/core/msgqueue.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/core/msgqueue.h') diff --git a/src/core/msgqueue.h b/src/core/msgqueue.h index 3340e846..44f9e765 100644 --- a/src/core/msgqueue.h +++ b/src/core/msgqueue.h @@ -85,13 +85,4 @@ extern int nni_msgq_len(nni_msgq *mq); extern int nni_msgq_get_recvable(nni_msgq *mq, nni_pollable **); extern int nni_msgq_get_sendable(nni_msgq *mq, nni_pollable **); -// message queues keep statistics -extern uint64_t nni_msgq_stat_get_bytes(nni_msgq *); -extern uint64_t nni_msgq_stat_put_bytes(nni_msgq *); -extern uint64_t nni_msgq_stat_get_msgs(nni_msgq *); -extern uint64_t nni_msgq_stat_put_msgs(nni_msgq *); -extern uint64_t nni_msgq_stat_get_errs(nni_msgq *); -extern uint64_t nni_msgq_stat_put_errs(nni_msgq *); -extern uint64_t nni_msgq_stat_discards(nni_msgq *); - #endif // CORE_MSQUEUE_H -- cgit v1.2.3-70-g09d2