mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-07 03:20:41 -06:00
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:
committed by
Francesco Mazzoli
parent
491c3628ff
commit
110705db8d
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user