address review: drop backwards-compat request/response aliases, use canonical names
This commit is contained in:
parent
d0beec8a40
commit
144912f8e0
14 changed files with 183 additions and 229 deletions
|
|
@ -1,8 +1,8 @@
|
|||
//! Loose-ends aggregator. Walks the `approvals` + `operator_questions`
|
||||
//! tables once per call and assembles a `Vec<LooseEnd>` for either
|
||||
//! a single agent (`for_agent`) or the whole hive (`hive_wide`). Both
|
||||
//! `AgentRequest::GetLooseEnds` and `ManagerRequest::GetLooseEnds`
|
||||
//! land here so the routing logic + age-seconds derivation stay in
|
||||
//! a single agent (`for_agent`) or the whole hive (`hive_wide`).
|
||||
//! `Request::GetLooseEnds` from either the agent or manager socket
|
||||
//! lands here so the routing logic + age-seconds derivation stay in
|
||||
//! one place.
|
||||
//!
|
||||
//! Call frequency is low (an agent doing self-introspection between
|
||||
|
|
|
|||
Loading…
Reference in a new issue