stage 6: per-app
This commit is contained in:
parent
9edd809416
commit
fcf421b94c
31 changed files with 6360 additions and 344 deletions
|
|
@ -360,6 +360,13 @@ pub struct Status {
|
|||
pub sinks: Sinks,
|
||||
/// Currently-tracked playback streams.
|
||||
pub streams: Vec<StreamRoute>,
|
||||
/// Non-fatal warnings the daemon wants operators to see —
|
||||
/// typically from profile loading (TOML parse errors on a single
|
||||
/// file, the active profile name pointing at something not on
|
||||
/// disk, ...). Reflects the state as of the last successful
|
||||
/// profile load or reload. Empty in the healthy case.
|
||||
#[serde(default, skip_serializing_if = "Vec::is_empty")]
|
||||
pub warnings: Vec<String>,
|
||||
}
|
||||
|
||||
/// Sink-side of `Status`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue