Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lock DAMap rather than encapsulated OSDMap | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -17/+18 |
| | | | | This allows external lockers to preserve atomicity of dynamic attribute changes | ||||
* | Encapsulate an OSDMap in DAMap (was DynAttrsOSDMap) rather than inheriting ↵ | Justin Clark-Casey (justincc) | 2013-01-25 | 1 | -0/+173 |
from it This is the easier way to give us control over locking, rather than asking that OSDMap IDictionary methods be virtual |