0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-11 06:28:55 +02:00

ircd::server: Static linkage for internal utils.

This commit is contained in:
Jason Volk 2020-03-05 15:45:46 -08:00
parent 5602a555d7
commit 2e2b56e89f

View file

@ -14,9 +14,9 @@ namespace ircd::server
ctx::dock dock; // internal semaphore
// Internal util
template<class F> size_t accumulate_peers(F&&);
template<class F> size_t accumulate_links(F&&);
template<class F> size_t accumulate_tags(F&&);
template<class F> static size_t accumulate_peers(F&&);
template<class F> static size_t accumulate_links(F&&);
template<class F> static size_t accumulate_tags(F&&);
// Internal control
static decltype(ircd::server::peers)::iterator