This flag represents state of whether --validate_kdump_headres
command-line option is specified. The command-line option will be
added in the later commit.
---
 defs.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/defs.h b/defs.h
index 98650e8..16504da 100644
--- a/defs.h
+++ b/defs.h
@@ -570,6 +570,7 @@ struct program_context {
 #define MEMSRC_LOCAL         (0x80000ULL)
 #define REDZONE             (0x100000ULL)
 #define VMWARE_VMSS_GUESTDUMP (0x200000ULL)
+#define VALIDATE_KDUMP_HEADERS (0x400000ULL)
        char *cleanup;
        char *namelist_orig;
        char *namelist_debug_orig;
-- 
2.43.1
--
Crash-utility mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/
Contribution Guidelines: https://github.com/crash-utility/crash/wiki

Reply via email to