summaryrefslogtreecommitdiff
path: root/spinlock.h
diff options
context:
space:
mode:
open()
Diffstat (limited to 'spinlock.h')
-rw-r--r--spinlock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/spinlock.h b/spinlock.h
index 0572124..ee48a7e 100644
--- a/spinlock.h
+++ b/spinlock.h
@@ -1,4 +1,5 @@
struct spinlock {
+ char *name;
uint locked;
uint pc;
int cpu;