|
ICG 2
Electric Boogaloo
|
#include <NewCheckpointAgentBase.hpp>
Public Member Functions | |
| virtual | ~CheckpointAgentBase () |
| virtual int | dump (std::ostream &checkpoint_out, std::vector< AllocInfo * > allocations_to_checkpoint)=0 |
| virtual std::vector< AllocInfo * > | restore (std::istream &checkpoint_in, std::vector< AllocInfo * > allocations_to_restore)=0 |
Base Class for dumping and restoring a checkpoint.
|
inlinevirtual |
|
pure virtual |
Dump Checkpoint
Implemented in J_CheckpointAgent.
|
pure virtual |
Restore Checkpoint.
Implemented in J_CheckpointAgent.