cloud-hypervisor/vm-migration
Sebastien Boeuf 871138d5cc vm-migration: Make snapshot() mutable
There will be some cases where the implementation of the snapshot()
function from the Snapshottable trait will require to modify some
internal data, therefore we make this possible by updating the trait
definition with snapshot(&mut self).

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-08-25 16:43:10 +02:00
..
src vm-migration: Make snapshot() mutable 2020-08-25 16:43:10 +02:00
Cargo.toml vm-migration: Define the Snapshottable and Transportable traits 2020-04-02 13:24:25 +01:00