fold hive-c0re module tree into the daemon binary + drop dead pub items surfaced by bin-only (#2513)
This commit is contained in:
parent
d04c86e9ac
commit
673aea4e50
15 changed files with 95 additions and 250 deletions
|
|
@ -283,12 +283,6 @@ pub fn agent_runtime_dir(name: &str) -> PathBuf {
|
|||
agent_runtime_root().join(name)
|
||||
}
|
||||
|
||||
/// `/run/hive-agent` — per-agent socket dir root (web + bound markers).
|
||||
#[must_use]
|
||||
pub fn agent_socket_dir() -> PathBuf {
|
||||
PathBuf::from(AGENT_SOCKET_DIR)
|
||||
}
|
||||
|
||||
/// Move any host-side state file still at its legacy flat location
|
||||
/// (directly under [`STATE_ROOT`]) into its new subdir. Idempotent and
|
||||
/// rename-based: a move only happens when the old path exists and the
|
||||
|
|
|
|||
Loading…
Reference in a new issue