aboutsummaryrefslogtreecommitdiff
path: root/src/core/msgqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/msgqueue.h')
-rw-r--r--src/core/msgqueue.h9
1 files changed, 0 insertions, 9 deletions
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