Changeset 9e40d443 in mainline for uspace/lib/hound/include


Ignore:
Timestamp:
2013-04-04T16:35:49Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4b33db8e
Parents:
5029c788
Message:

libhound: add drain iface

File:
1 edited

Legend:

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

    r5029c788 r9e40d443  
    102102            void **);
    103103        int (*rem_stream)(void *, void *);
     104        int (*drain_stream)(void *);
    104105        int (*stream_data_write)(void *, const void *, size_t);
    105106        int (*stream_data_read)(void *, void *, size_t);
Note: See TracChangeset for help on using the changeset viewer.