aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2006-11-12 05:16:28 +0000
committerKip Macy <kmacy@FreeBSD.org>2006-11-12 05:16:28 +0000
commitc975898ccb07d973179b52a677008be4122bacb2 (patch)
treeabcadc923ac7af9cf02aa62e6674e61bd7a024d0 /sys
parentbedc1c9c9646aeadd61706f796fb0fba57aff026 (diff)
downloadsrc-c975898ccb07d973179b52a677008be4122bacb2.tar.gz
src-c975898ccb07d973179b52a677008be4122bacb2.zip
GRRRRR - missed this in the last commit
Notes
Notes: svn path=/head/; revision=164214
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/lock_profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/lock_profile.h b/sys/sys/lock_profile.h
index 5a3cf441fb2d..c3a38a489d2c 100644
--- a/sys/sys/lock_profile.h
+++ b/sys/sys/lock_profile.h
@@ -47,6 +47,7 @@ u_int64_t nanoseconds(void);
struct lock_prof {
const char *name;
+ const char *type;
const char *file;
u_int namehash;
int line;