Changeset 141a20d in mainline for uspace/srv/net/udp/ucall.h


Ignore:
Timestamp:
2012-08-13T10:40:17Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a1e2df13
Parents:
e5e73af
Message:

Terminate UDP receive fibril when socket is closed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/ucall.h

    re5e73af r141a20d  
    4848extern void udp_uc_status(udp_assoc_t *, udp_assoc_status_t *);
    4949extern void udp_uc_destroy(udp_assoc_t *);
     50extern void udp_uc_reset(udp_assoc_t *);
    5051
    5152#endif
Note: See TracChangeset for help on using the changeset viewer.