PERFORCE change 100234 for review

Kip Macy kmacy at FreeBSD.org
Wed Jun 28 21:09:39 UTC 2006


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

Change 100234 by kmacy at kmacy_storage:sun4v_work_sleepq on 2006/06/28 21:08:43

	doesn't really help but is a missed dependency

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sys/_lock.h#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sys/_lock.h#5 (text+ko) ====

@@ -56,6 +56,7 @@
 	const	char *lo_name;		/* Individual lock name. */
 	const	char *lo_type;		/* General lock type. */
 	u_int	lo_flags;
+	u_int   lo_id;                 /* unique instance id */
 #ifdef MUTEX_PROFILING
 	struct  lock_profile_object lo_profile_obj;
 #endif


More information about the p4-projects mailing list