diff options
Diffstat (limited to 'src/config/fault.h')
-rw-r--r-- | src/config/fault.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/fault.h b/src/config/fault.h index 5024a8ff3..b6ee3c934 100644 --- a/src/config/fault.h +++ b/src/config/fault.h @@ -29,6 +29,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); /* Corrupt every N received PeerDist packets */ #define PEERBLK_CORRUPT_RATE 0 +/* Experience virtual machine migration on every N watchdog checks */ +#define VM_MIGRATED_RATE 0 + #include <config/local/fault.h> #endif /* CONFIG_FAULT_H */ |