summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/vinumvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vinum/vinumvar.h')
-rw-r--r--sys/dev/vinum/vinumvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/vinum/vinumvar.h b/sys/dev/vinum/vinumvar.h
index c9ff9a4..beeeecf 100644
--- a/sys/dev/vinum/vinumvar.h
+++ b/sys/dev/vinum/vinumvar.h
@@ -381,6 +381,10 @@ struct drive {
u_int64_t offset;
long sectors;
} *freelist;
+#ifdef VINUMDEBUG
+ char lockfilename[16]; /* name of file from which we were locked */
+ int lockline; /* and the line number */
+#endif
};
/*** Subdisk definitions ***/
OpenPOWER on IntegriCloud