]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Second attempt at avoiding the use of newproc() on Solaris.
authorNickolai Zeldovich <kolya@mit.edu>
Mon, 12 Aug 2002 22:31:03 +0000 (22:31 +0000)
committerNickolai Zeldovich <kolya@mit.edu>
Mon, 12 Aug 2002 22:31:03 +0000 (22:31 +0000)
commit5d3545610b83905e220d18c948d0fc621db851a5
tree44a7f86783819b6ed6c48c2077fd4a8c1d5eb9c8
parentf16544d04aee46a1ac8995990c71f5bde37d8bc7
Second attempt at avoiding the use of newproc() on Solaris.
This time, use thread_create to spawn a kernel thread, and
use a dummy packet to wake up the listener during shutdown.
src/rx/SOLARIS/rx_knet.c
src/rx/rx_kcommon.c
src/rx/rx_kcommon.h
src/rx/rx_pthread.c
src/rx/rx_rdwr.c