Changes in uspace/srv/audio/hound/audio_sink.h [1433ecda:2fbd49c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_sink.h
r1433ecda r2fbd49c 41 41 #include <stdbool.h> 42 42 #include <fibril.h> 43 #include <fibril_synch.h> 43 44 #include <pcm/format.h> 44 45 … … 51 52 /** Link in hound's sink list */ 52 53 link_t link; 54 /** Protect sink including list of connections */ 55 fibril_mutex_t lock; 53 56 /** List of all related connections */ 54 57 list_t connections;
Note:
See TracChangeset
for help on using the changeset viewer.