Changes between Version 2 and Version 3 of Ticket #1744
- Timestamp:
- 2012-05-19T08:17:28Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1744 – Description
v2 v3 43 43 + """ 44 44 + General-purpose atomic test-read-and-set operation for mutable slots. 45 + (1) Perform comparisons tests against the extantshares.45 + (1) For submitted shnums compare against extant-and-empty shares. 46 46 + (2) Use the read vectors to extract "old data" from all extant shares. 47 + (3) If all tests in (1) passed :then write tw_vectors shares.48 + (4) Return whether the tests passedand the "old data", which does not47 + (3) If all tests in (1) passed, then write tw_vectors shares. 48 + (4) Return "whether-the-tests-passed" and the "old data", which does not 49 49 + include any modifications made by the writes. 50 50