diff options
Diffstat (limited to 'spinlock.h')
-rw-r--r-- | spinlock.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ struct spinlock { + char *name; uint locked; uint pc; int cpu; |
![]() |
index : 135e2/xv6-labs.git | |
xv6-labs-2024-winter | 135e2 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | spinlock.h | 1 |
@@ -1,4 +1,5 @@ struct spinlock { + char *name; uint locked; uint pc; int cpu; |