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