| Turnstone Operating System
    | 
compression header More...
#include <compression.h>
| Public Attributes | |
| const char | magic [7] | 
| magic string | |
| uint8_t | type | 
| compression type | |
| uint64_t | unpacked_size | 
| the size of data when it is unpacked | |
| uint64_t | packed_size | 
| size of data when packed. | |
| uint64_t | unpacked_hash | 
| xhash64 value of unpacked data | |
| uint64_t | packed_hash | 
| xhash64 value of packed data | |
compression header