Changeset 39c4d1f in mainline
- Timestamp:
- 2013-04-02T15:33:47Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fa60cd69
- Parents:
- 62beb4b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/include/hound/protocol.h
r62beb4b r39c4d1f 38 38 39 39 #include <async.h> 40 #include <errno.h> 40 41 #include <pcm/format.h> 41 42 … … 55 56 56 57 typedef async_sess_t hound_sess_t; 57 typedef int hound_context_id_t;58 typedef intptr_t hound_context_id_t; 58 59 59 60 static inline int hound_context_id_err(hound_context_id_t id)
Note:
See TracChangeset
for help on using the changeset viewer.