Changeset 99ea91b2 in mainline for uspace/srv/net/udp/assoc.c


Ignore:
Timestamp:
2015-04-20T21:11:29Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
779541b
Parents:
fab2746
Message:

UDP data notification needs to be asynchronous.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/assoc.c

    rfab2746 r99ea91b2  
    365365        log_msg(LOG_DEFAULT, LVL_NOTE, "call assoc->cb->recv_msg");
    366366        assoc->cb->recv_msg(assoc->cb_arg, rsp, msg);
     367        udp_assoc_delref(assoc);
    367368}
    368369
Note: See TracChangeset for help on using the changeset viewer.