1 #ifndef CHECKPOINT_AGENT_BASE_HH
2 #define CHECKPOINT_AGENT_BASE_HH
24 virtual int dump ( std::ostream& checkpoint_out, std::vector<AllocInfo *> allocations_to_checkpoint) = 0;
29 virtual std::vector<AllocInfo *>
restore( std::istream& checkpoint_in, std::vector<AllocInfo *> allocations_to_restore) = 0;
Definition: NewCheckpointAgentBase.hpp:13
virtual int dump(std::ostream &checkpoint_out, std::vector< AllocInfo * > allocations_to_checkpoint)=0
virtual ~CheckpointAgentBase()
Definition: NewCheckpointAgentBase.hpp:19
virtual std::vector< AllocInfo * > restore(std::istream &checkpoint_in, std::vector< AllocInfo * > allocations_to_restore)=0