PERFORCE change 35575 for review

Sam Leffler sam at FreeBSD.org
Tue Aug 5 16:27:42 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=35575

Change 35575 by sam at sam_ebb on 2003/08/05 16:27:04

	add comment about this stuff needing locking

Affected files ...

.. //depot/projects/netperf/sys/netinet/ip_id.c#2 edit

Differences ...

==== //depot/projects/netperf/sys/netinet/ip_id.c#2 (text+ko) ====

@@ -186,6 +186,7 @@
 	int i, n;
 	struct timeval time;
 
+	/* XXX not reentrant */
 	getmicrotime(&time);
 	if (ru_counter >= RU_MAX || time.tv_sec > ru_reseed)
 		ip_initid();


More information about the p4-projects mailing list