~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/net/udp/assoc.h

  • Committer: Jiri Svoboda
  • Date: 2012-08-13 10:40:17 UTC
  • Revision ID: jiri@wiwaxia-20120813104017-t9y6pdrjuky39557
Terminate UDP receive fibril when socket is closed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
extern int udp_assoc_send(udp_assoc_t *, udp_sock_t *, udp_msg_t *);
50
50
extern int udp_assoc_recv(udp_assoc_t *, udp_msg_t **, udp_sock_t *);
51
51
extern void udp_assoc_received(udp_sockpair_t *, udp_msg_t *);
52
 
 
 
52
extern void udp_assoc_reset(udp_assoc_t *);
53
53
 
54
54
#endif
55
55