Github   Telegram
Loading...
Searching...
No Matches
statistics.hpp
1#pragma once
2
3#include <cstddef>
4
6
7USERVER_NAMESPACE_BEGIN
8
9namespace dist_lock {
10
11struct Statistics {
17};
18
19} // namespace dist_lock
20
21USERVER_NAMESPACE_END