Changeset 39c4d1f in mainline


Ignore:
Timestamp:
2013-04-02T15:33:47Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa60cd69
Parents:
62beb4b
Message:

libhound: include errno for error values

make hound_context_id_t pointer compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/include/hound/protocol.h

    r62beb4b r39c4d1f  
    3838
    3939#include <async.h>
     40#include <errno.h>
    4041#include <pcm/format.h>
    4142
     
    5556
    5657typedef async_sess_t hound_sess_t;
    57 typedef int hound_context_id_t;
     58typedef intptr_t hound_context_id_t;
    5859
    5960static inline int hound_context_id_err(hound_context_id_t id)
Note: See TracChangeset for help on using the changeset viewer.