summaryrefslogtreecommitdiffstats
path: root/polyp/sink-input.h
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/sink-input.h')
-rw-r--r--polyp/sink-input.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/polyp/sink-input.h b/polyp/sink-input.h
index 7c648ac1..aed5f521 100644
--- a/polyp/sink-input.h
+++ b/polyp/sink-input.h
@@ -33,6 +33,7 @@
enum pa_sink_input_state {
PA_SINK_INPUT_RUNNING,
+ PA_SINK_INPUT_CORKED,
PA_SINK_INPUT_DISCONNECTED
};
@@ -42,8 +43,6 @@ struct pa_sink_input {
uint32_t index;
- int corked;
-
char *name;
struct pa_module *owner;
struct pa_client *client;