add Lock to struct Ref.

This commit is contained in:
rsc 2003-12-17 04:35:09 +00:00
parent 49588d5d90
commit d0bc889a8a

View file

@ -60,6 +60,7 @@ struct Alt {
};
struct Ref {
Lock lk;
long ref;
};