-
- Downloads
Improved ArchiveRequest garbage collection so it uses Helpers::getLockedAndFetchedArchiveQueue().
This required to pass an AgentReference through to all garbageCollect() member functions of all objects. The changed behavior required adaptation of the corresponding unit test (the archive queues now need to be properly referenced in the root entry).
Showing
- objectstore/Agent.cpp 1 addition, 1 deletionobjectstore/Agent.cpp
- objectstore/Agent.hpp 1 addition, 1 deletionobjectstore/Agent.hpp
- objectstore/AgentRegister.cpp 1 addition, 1 deletionobjectstore/AgentRegister.cpp
- objectstore/AgentRegister.hpp 1 addition, 1 deletionobjectstore/AgentRegister.hpp
- objectstore/ArchiveQueue.cpp 1 addition, 1 deletionobjectstore/ArchiveQueue.cpp
- objectstore/ArchiveQueue.hpp 1 addition, 1 deletionobjectstore/ArchiveQueue.hpp
- objectstore/ArchiveRequest.cpp 7 additions, 4 deletionsobjectstore/ArchiveRequest.cpp
- objectstore/ArchiveRequest.hpp 1 addition, 1 deletionobjectstore/ArchiveRequest.hpp
- objectstore/DriveRegister.cpp 1 addition, 1 deletionobjectstore/DriveRegister.cpp
- objectstore/DriveRegister.hpp 1 addition, 1 deletionobjectstore/DriveRegister.hpp
- objectstore/GarbageCollector.cpp 24 additions, 20 deletionsobjectstore/GarbageCollector.cpp
- objectstore/GarbageCollector.hpp 2 additions, 2 deletionsobjectstore/GarbageCollector.hpp
- objectstore/GarbageCollectorTest.cpp 49 additions, 20 deletionsobjectstore/GarbageCollectorTest.cpp
- objectstore/GenericObject.cpp 12 additions, 12 deletionsobjectstore/GenericObject.cpp
- objectstore/GenericObject.hpp 3 additions, 2 deletionsobjectstore/GenericObject.hpp
- objectstore/ObjectOps.hpp 3 additions, 1 deletionobjectstore/ObjectOps.hpp
- objectstore/RetrieveQueue.cpp 1 addition, 1 deletionobjectstore/RetrieveQueue.cpp
- objectstore/RetrieveQueue.hpp 1 addition, 1 deletionobjectstore/RetrieveQueue.hpp
- objectstore/RetrieveRequest.cpp 1 addition, 1 deletionobjectstore/RetrieveRequest.cpp
- objectstore/RetrieveRequest.hpp 1 addition, 1 deletionobjectstore/RetrieveRequest.hpp
Loading
Please register or sign in to comment