Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/audio/hound/audio_sink.h

    r1433ecda r2fbd49c  
    4141#include <stdbool.h>
    4242#include <fibril.h>
     43#include <fibril_synch.h>
    4344#include <pcm/format.h>
    4445
     
    5152        /** Link in hound's sink list */
    5253        link_t link;
     54        /** Protect sink including list of connections */
     55        fibril_mutex_t lock;
    5356        /** List of all related connections */
    5457        list_t connections;
Note: See TracChangeset for help on using the changeset viewer.