add Lock to struct Ref.
This commit is contained in:
parent
49588d5d90
commit
d0bc889a8a
@ -60,6 +60,7 @@ struct Alt {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct Ref {
|
struct Ref {
|
||||||
|
Lock lk;
|
||||||
long ref;
|
long ref;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user