~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/net/udp/ucall.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:
47
47
    xflags_t *, udp_sock_t *);
48
48
extern void udp_uc_status(udp_assoc_t *, udp_assoc_status_t *);
49
49
extern void udp_uc_destroy(udp_assoc_t *);
 
50
extern void udp_uc_reset(udp_assoc_t *);
50
51
 
51
52
#endif
52
53