diff options
Diffstat (limited to 'src/pulsecore/sink-input.h')
-rw-r--r-- | src/pulsecore/sink-input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/sink-input.h b/src/pulsecore/sink-input.h index 152c24e6..fec431f0 100644 --- a/src/pulsecore/sink-input.h +++ b/src/pulsecore/sink-input.h @@ -124,6 +124,8 @@ struct pa_sink_input { struct { pa_sink_input_state_t state; pa_atomic_t drained; + + pa_bool_t attached; /* True only between ->attach() and ->detach() calls */ pa_sample_spec sample_spec; |