diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2013-02-27 00:01:17 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2013-02-27 00:01:17 +0000 |
| commit | 6638b698662442709103522c5268a3b597d27329 (patch) | |
| tree | b740c3acda60e53efb0cb0d165b71cc377804aea /src/unstable | |
| parent | 772a6bef0de2dcf0b7d9d596ce86f1def4d1f03e (diff) | |
| download | libbu++-6638b698662442709103522c5268a3b597d27329.tar.gz libbu++-6638b698662442709103522c5268a3b597d27329.tar.bz2 libbu++-6638b698662442709103522c5268a3b597d27329.tar.xz libbu++-6638b698662442709103522c5268a3b597d27329.zip | |
Added a unit test for Bu::SynchroHash. It's just a tweaked copy of the test
for Bu::Hash, which tests the basics alright, but not the synchro part. I'm
still trying to figure out a good test for that.
Diffstat (limited to '')
| -rw-r--r-- | src/unstable/synchrohash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unstable/synchrohash.h b/src/unstable/synchrohash.h index 45572c2..19433e7 100644 --- a/src/unstable/synchrohash.h +++ b/src/unstable/synchrohash.h | |||
| @@ -217,7 +217,7 @@ namespace Bu | |||
| 217 | 217 | ||
| 218 | private: | 218 | private: |
| 219 | HashType hCore; | 219 | HashType hCore; |
| 220 | ReadWriteMutex mCore; | 220 | mutable ReadWriteMutex mCore; |
| 221 | }; | 221 | }; |
| 222 | } | 222 | } |
| 223 | 223 | ||
