record-daemon: add game start and end metadata
All checks were successful
record-daemon / Build, check and test (push) Successful in 2m9s

This commit is contained in:
2026-03-24 18:16:53 +01:00
parent fc7ba40b30
commit f90e549b1e
9 changed files with 1878 additions and 98 deletions

View File

@@ -153,7 +153,7 @@ pub enum IpcNotification {
},
/// Game event received.
GameEvent { event: GameEvent },
GameEvent { event: Box<GameEvent> },
/// Daemon status changed.
StatusChanged { status: DaemonStatus },