Changeset 498ced1 in mainline for uspace/srv/audio/hound/audio_data.h
- Timestamp:
- 2018-08-11T02:43:32Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05882233
- Parents:
- b13d80b
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-11 02:29:02)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-11 02:43:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/audio/hound/audio_data.h
rb13d80b r498ced1 38 38 39 39 #include <adt/list.h> 40 #include < atomic.h>40 #include <refcount.h> 41 41 #include <errno.h> 42 42 #include <fibril_synch.h> … … 52 52 pcm_format_t format; 53 53 /** Reference counter */ 54 atomic_ t refcount;54 atomic_refcount_t refcount; 55 55 } audio_data_t; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.