commit c0467c221aa5384c567d87d151197739922bf279
Author: Sepherosa Ziehau <[email protected]>
Date: Tue Aug 20 18:59:08 2013 +0800
uipc: Reference the originator thread if asynchronized pru_send is used
It is required for UDP asynchronized pru_send, which could access the
originator's thread.
Summary of changes:
sys/kern/uipc_msg.c | 5 +++++
sys/net/netmsg.h | 1 +
sys/netinet/in_proto.c | 3 ++-
sys/netinet/udp_usrreq.c | 19 ++++++++++++++++---
sys/sys/protosw.h | 1 +
5 files changed, 25 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c0467c221aa5384c567d87d151197739922bf279
--
DragonFly BSD source repository