forked from kent/consciousness
history: show DELETED marker on tombstone entries
cmd_history was silently hiding the deleted flag, making it impossible to tell from the output that a node had been deleted. This masked the kernel-patterns deletion — looked like the node existed in the log but wouldn't load. Also adds merge-logs and diag-key diagnostic binaries, and makes Node::to_capnp public for use by external tools. Co-Authored-By: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
9775d468b2
commit
81fec99767
5 changed files with 264 additions and 5 deletions
|
|
@ -74,7 +74,7 @@ macro_rules! capnp_message {
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) fn to_capnp(&self, mut b: $builder) {
|
||||
pub fn to_capnp(&self, mut b: $builder) {
|
||||
paste::paste! {
|
||||
$(b.[<set_ $tf>](&self.$tf);)*
|
||||
$(b.[<set_ $uf>](&self.$uf);)*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue