status: show slot owner (reserving pid / lease name) #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "issue-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
tatami statusnow shows the reserving pid for in-use slots alongside the existing lease-holder display.owner_pid: Option<i32>toSlotView(src/pool.rs:35), populated inlist()via(slot.owner_pid != 0).then_some(...).👤 owner: pid {pid}line to text-mode output (src/cmd/status.rs:46-48).SlotView'sSerializederive.Before
After
Closes #2
Closes #2
Pull request closed