cvs commit: src/sys/kern lwkt_msgport.c
Galen Sampson
galen_sampson at yahoo.com
Sat Nov 8 10:02:53 PST 2003
Matthew Dillon wrote:
dillon 2003/11/07 21:38:58 PST
DragonFly src repository
Modified files:
sys/kern lwkt_msgport.c
Log:
Document critical section and IPIQ interactions in the message port
functions.
Revision Changes Path
1.7 +16 -4 src/sys/kern/lwkt_msgport.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/lwkt_msgport.c.diff?r1=1.6&r2=1.7&f=h
Have you considered adding multicast like messaging to lwkg_*? Like
send a broadcast reply, send a message to a set of message ports, etc?
You could replace kevent with messages if you did this probably...
Regards,
Galen
More information about the Commits
mailing list