]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 14 Jul 2004 20:31:05 +0000 (20:31 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 14 Jul 2004 20:31:05 +0000 (20:31 +0000)
commitc61340f374d73fee98e97198156adf86239b11b4
treec6ba73e367815e5fcc5df71dbd878723b5b2f2e9
parent489264ddae0ca4cb3f22065cffac463281a58d47
Add a mutex ng_tty_mtx to protect the global variable ngt_unit.  Note
that the locking of globals here isn't complete, and there's also a
locking issue relating to calling into and out of the tty code.
sys/netgraph/ng_tty.c