summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/events.rs
Commit message (Collapse)AuthorAgeFilesLines
* circmgr: re-export clock skew estimates.Nick Mathewson2022-04-121-0/+2
|
* GuardMgr: publish skew estimates.Nick Mathewson2022-04-121-0/+42
Instead of just having a function that recalculates the latest clock skew, instead recalculate the clock skew when it may have changed, and notify other processes via a postage::watch.