core: add to FIXMEs

This commit is contained in:
Lennart Poettering 2009-08-16 00:45:56 +02:00
parent 4c29ba9c33
commit 8dd0d871a7
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@ typedef enum pa_sink_input_state {
PA_SINK_INPUT_RUNNING, /*< The stream is alive and kicking */
PA_SINK_INPUT_CORKED, /*< The stream was corked on user request */
PA_SINK_INPUT_UNLINKED /*< The stream is dead */
/* FIXME: we need a state for MOVING here */
} pa_sink_input_state_t;
static inline pa_bool_t PA_SINK_INPUT_IS_LINKED(pa_sink_input_state_t x) {