EggsFS -> TernFS rename

Things not done because probably disruptive:

* kmod filesystem string
* sysctl/debugfs/trace
* metrics names
* xmon instance names

Some of these might be renamed too, but starting with a relatively
safe set.
This commit is contained in:
Francesco Mazzoli
2025-09-02 12:03:16 +00:00
committed by Francesco Mazzoli
parent 491c3628ff
commit 110705db8d
185 changed files with 7973 additions and 8027 deletions

View File

@@ -79,7 +79,7 @@ void MetricsBuilder::fieldRaw(const std::string& name, const std::string& value)
_state = State::FIELDS;
}
void MetricsBuilder::timestamp(EggsTime t) {
void MetricsBuilder::timestamp(TernTime t) {
ALWAYS_ASSERT(_state == State::FIELDS);
_payload += ' ';
static char buf[21];