mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add Lock to struct Ref.
This commit is contained in:
parent
49588d5d90
commit
d0bc889a8a
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ struct Alt {
|
|||
};
|
||||
|
||||
struct Ref {
|
||||
Lock lk;
|
||||
long ref;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue