commit | f013fb11525104493db8a4fa0af61ddc09d11996 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Jun 22 11:34:18 2011 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed Jun 22 11:34:18 2011 -0700 |
tree | 59c0bc28820cb4ec5b099ae5ca7f0720413573b5 | |
parent | b2cb00c11d98209668543363bd55e2d23f2f0312 [diff] |
Fix non-volatile fields in ProjectState Both of these fields are supposed to be volatile, but for unknown reasons I marked them transient. They both need to be volatile as the fields are accessed by concurrent threads. The use sites are already prepared for these to be volatile, they just were not set correctly in the declaration. Change-Id: Icffb185487e1bf8f75358257a2d68e21ae90b08f