Signed-off-by: HATAYAMA Daisuke <d.hatayama at jp.fujitsu.com> --- diskdump.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/diskdump.h b/diskdump.h index bd99fbd..83fe009 100644 --- a/diskdump.h +++ b/diskdump.h @@ -74,6 +74,8 @@ struct kdump_sub_header { /* page flags */ #define DUMP_DH_COMPRESSED_ZLIB 0x1 /* page is compressed with zlib */ #define DUMP_DH_COMPRESSED_LZO 0x2 /* page is compressed with lzo */ +#define DUMP_DH_COMPRESSED_SNAPPY 0x4 + /* page is compressed with snappy */ /* descriptor of each page for vmcore */ typedef struct page_desc { -- 1.7.7.6 -------------- next part --------------