Ignore:
Timestamp:
2013-03-24T18:28:45Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5bf4310
Parents:
e6e5f4e
Message:

libhound: Implement server side connection controls

Fix lockup

File:
1 edited

Legend:

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

    re6e5f4e r6ec1d48  
    9595        int (*rem_context)(void *, hound_context_id_t);
    9696        bool (*is_record_context)(void *, hound_context_id_t);
     97        int (*get_list)(void *, const char ***, size_t *, const char *, int);
    9798        int (*connect)(void *, const char *, const char *);
    9899        int (*disconnect)(void *, const char *, const char *);
Note: See TracChangeset for help on using the changeset viewer.