diff --git a/include/ircd/ctx/pool.h b/include/ircd/ctx/pool.h index 5500db655..a33ceecc0 100644 --- a/include/ircd/ctx/pool.h +++ b/include/ircd/ctx/pool.h @@ -72,6 +72,8 @@ struct ircd::ctx::pool pool &operator=(pool &&) = delete; pool &operator=(const pool &) = delete; ~pool() noexcept; + + friend void debug_stats(const pool &); }; template