Skip to content

Commit

Permalink
Style, comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 24, 2024
1 parent 41926d9 commit 259a278
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion include/bitcoin/network/log/reporter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ class BCT_API reporter
reporter(const logger& logger) NOEXCEPT;

public:
const logger& log;
void fire(uint8_t event, size_t count=zero) const NOEXCEPT;
void span(uint8_t event, const logger::time& started) const NOEXCEPT;

// This is thread safe.
const logger& log;
};

} // namespace network
Expand Down

0 comments on commit 259a278

Please sign in to comment.