speedtch testatm.c,1.3,1.4

Duncan Sands duncan at infradead.org
Mon Feb 7 12:42:32 EST 2005


Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv15830

Modified Files:
	testatm.c 
Log Message:
Check if atm_start is called when the heavy_init thread is shot down.


Index: testatm.c
===================================================================
RCS file: /home/cvs/speedtch/testatm.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testatm.c	7 Feb 2005 17:34:34 -0000	1.3
+++ testatm.c	7 Feb 2005 17:42:29 -0000	1.4
@@ -169,7 +169,8 @@
 
 		.heavy_init	= slow_refuse_heavy_init,
 
-		.atm_start	= refuse_atm
+		.atm_start	= accept_atm,
+		.atm_stop	= testatm_atm_stop
 	},
 	{
 		.owner          = THIS_MODULE,
@@ -180,7 +181,8 @@
 
 		.heavy_init	= slow_accept_heavy_init,
 
-		.atm_start	= refuse_atm
+		.atm_start	= accept_atm,
+		.atm_stop	= testatm_atm_stop
 	}
 };
 




More information about the Usbatm-commits mailing list