| commit | 7260758d21419e552736c2479186030f3aca8535 | [log] [tgz] |
|---|---|---|
| author | David Symonds <dsymonds@golang.org> | Tue Nov 01 12:52:01 2011 +1100 |
| committer | David Symonds <dsymonds@golang.org> | Tue Nov 01 12:52:01 2011 +1100 |
| tree | 286fb079ad3236e04d1367e5b85c6721ad13001e | |
| parent | 2e7f22271759709aa4f7c5a950545446bc914cfa [diff] |
goprotobuf: Replace an instance of sync.Mutex with a sync.RWMutex. We can't change the sync.Mutex in properties.go because it protects writes to the global stats var. Fixes #21. R=r CC=golang-dev http://codereview.appspot.com/5327059