MySQL 26.7.0
Source Code Documentation
clone_desc_format Namespace Reference

Variables

constexpr std::uint32_t CLONE_DESC_MAX_VERSION = 100
 Highest serialized descriptor version supported by this format. More...
 
constexpr std::uint32_t CLONE_DESC_VER_OFFSET = 0
 Descriptor version field offset in the serialized header. More...
 
constexpr std::uint32_t CLONE_DESC_LEN_OFFSET
 Descriptor length field offset in the serialized header. More...
 
constexpr std::uint32_t CLONE_DESC_TYPE_OFFSET
 Descriptor type field offset in the serialized header. More...
 
constexpr std::uint32_t CLONE_DESC_HEADER_LEN
 Serialized descriptor header length in bytes. More...
 
constexpr std::uint32_t CLONE_DESC_FILE_METADATA_TYPE = 4
 Serialized type value for file metadata descriptors. More...
 
constexpr std::uint32_t CLONE_TASK_INDEX_OFFSET = CLONE_DESC_HEADER_LEN
 Task metadata task index field offset. More...
 
constexpr std::uint32_t CLONE_TASK_CHUNK_OFFSET
 Task metadata chunk number field offset. More...
 
constexpr std::uint32_t CLONE_TASK_BLOCK_OFFSET
 Task metadata block number field offset. More...
 
constexpr std::uint32_t CLONE_TASK_META_LEN
 Serialized task metadata descriptor length in bytes. More...
 
constexpr std::uint32_t CLONE_LOC_CID_OFFSET = CLONE_DESC_HEADER_LEN
 Locator descriptor clone id field offset. More...
 
constexpr std::uint32_t CLONE_LOC_SID_OFFSET = CLONE_LOC_CID_OFFSET + 8
 Locator descriptor snapshot id field offset. More...
 
constexpr std::uint32_t CLONE_LOC_IDX_OFFSET = CLONE_LOC_SID_OFFSET + 8
 Locator descriptor clone array index field offset. More...
 
constexpr std::uint32_t CLONE_LOC_STATE_OFFSET
 Locator descriptor snapshot state field offset. More...
 
constexpr std::uint32_t CLONE_LOC_META_OFFSET
 Locator descriptor snapshot sub-state field offset. More...
 
constexpr std::uint32_t CLONE_DESC_LOC_BASE_LEN
 Serialized locator descriptor base length in bytes. More...
 
constexpr std::uint32_t CLONE_FILE_STATE_OFFSET = CLONE_DESC_HEADER_LEN
 File metadata state field offset. More...
 
constexpr std::uint32_t CLONE_FILE_SIZE_OFFSET
 File metadata file size field offset. More...
 
constexpr std::uint32_t CLONE_FILE_ALLOC_SIZE_OFFSET
 File metadata allocated size field offset. More...
 
constexpr std::uint32_t CLONE_FILE_FSP_OFFSET
 File metadata FSP flags field offset. More...
 
constexpr std::uint32_t CLONE_FILE_FSBLK_OFFSET
 File metadata filesystem block size field offset. More...
 
constexpr std::uint32_t CLONE_FILE_FLAGS_OFFSET
 File metadata flags field offset. More...
 
constexpr std::uint32_t CLONE_DESC_FILE_FLAG_ZLIB = 1
 File metadata zlib compression flag bit. More...
 
constexpr std::uint32_t CLONE_DESC_FILE_FLAG_LZ4 = 2
 File metadata LZ4 compression flag bit. More...
 
constexpr std::uint32_t CLONE_DESC_FILE_FLAG_AES = 3
 File metadata encryption flag bit. More...
 
constexpr std::uint32_t CLONE_DESC_FILE_FLAG_RENAMED = 4
 File metadata renamed flag bit. More...
 
constexpr std::uint32_t CLONE_DESC_FILE_FLAG_DELETED = 5
 File metadata deleted flag bit. More...
 
constexpr std::uint32_t CLONE_DESC_FILE_HAS_KEY = 6
 File metadata key-presence flag bit. More...
 
constexpr std::uint32_t CLONE_FILE_SPACE_ID_OFFSET
 File metadata tablespace id field offset. More...
 
constexpr std::uint32_t CLONE_FILE_IDX_OFFSET
 File metadata file index field offset. More...
 
constexpr std::uint32_t CLONE_FILE_BCHUNK_OFFSET
 File metadata begin chunk field offset. More...
 
constexpr std::uint32_t CLONE_FILE_ECHUNK_OFFSET
 File metadata end chunk field offset. More...
 
constexpr std::uint32_t CLONE_FILE_FNAMEL_OFFSET
 File metadata file name length field offset. More...
 
constexpr std::uint32_t CLONE_FILE_FNAME_OFFSET
 File metadata file name field offset. More...
 
constexpr std::uint32_t CLONE_FILE_BASE_LEN = CLONE_FILE_FNAME_OFFSET
 Serialized file metadata descriptor base length in bytes. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_OFFSET = CLONE_DESC_HEADER_LEN
 State descriptor clone state field offset. More...
 
constexpr std::uint32_t CLONE_DESC_TASK_OFFSET
 State descriptor task index field offset. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_NUM_CHUNKS
 State descriptor chunk count field offset. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_NUM_FILES
 State descriptor file count field offset. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_EST_BYTES
 State descriptor estimated byte count field offset. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_EST_DISK
 State descriptor estimated disk usage field offset. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_FLAGS
 State descriptor flags field offset. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_LEN
 Serialized state descriptor length in bytes. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_FLAG_START = 1
 State descriptor start flag bit. More...
 
constexpr std::uint32_t CLONE_DESC_STATE_FLAG_ACK = 2
 State descriptor acknowledgement flag bit. More...
 
constexpr std::uint32_t CLONE_DATA_STATE_OFFSET = CLONE_DESC_HEADER_LEN
 Data descriptor state field offset. More...
 
constexpr std::uint32_t CLONE_DATA_TASK_INDEX_OFFSET
 Data descriptor task index field offset. More...
 
constexpr std::uint32_t CLONE_DATA_TASK_CHUNK_OFFSET
 Data descriptor chunk number field offset. More...
 
constexpr std::uint32_t CLONE_DATA_TASK_BLOCK_OFFSET
 Data descriptor block number field offset. More...
 
constexpr std::uint32_t CLONE_DATA_FILE_IDX_OFFSET
 Data descriptor file index field offset. More...
 
constexpr std::uint32_t CLONE_DATA_LEN_OFFSET
 Data descriptor data length field offset. More...
 
constexpr std::uint32_t CLONE_DATA_FOFF_OFFSET
 Data descriptor file offset field offset. More...
 
constexpr std::uint32_t CLONE_DATA_FILE_SIZE_OFFSET
 Data descriptor file size field offset. More...
 
constexpr std::uint32_t CLONE_DESC_DATA_LEN
 Serialized data descriptor length in bytes. More...
 

Variable Documentation

◆ CLONE_DATA_FILE_IDX_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_FILE_IDX_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_TASK_BLOCK_OFFSET
Data descriptor block number field offset.
Definition: clone_descriptor_format.h:173

Data descriptor file index field offset.

◆ CLONE_DATA_FILE_SIZE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_FILE_SIZE_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_FOFF_OFFSET
Data descriptor file offset field offset.
Definition: clone_descriptor_format.h:182

Data descriptor file size field offset.

◆ CLONE_DATA_FOFF_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_FOFF_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_LEN_OFFSET
Data descriptor data length field offset.
Definition: clone_descriptor_format.h:179

Data descriptor file offset field offset.

◆ CLONE_DATA_LEN_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_LEN_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_FILE_IDX_OFFSET
Data descriptor file index field offset.
Definition: clone_descriptor_format.h:176

Data descriptor data length field offset.

◆ CLONE_DATA_STATE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_STATE_OFFSET = CLONE_DESC_HEADER_LEN
inlineconstexpr

Data descriptor state field offset.

◆ CLONE_DATA_TASK_BLOCK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_TASK_BLOCK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_TASK_CHUNK_OFFSET
Data descriptor chunk number field offset.
Definition: clone_descriptor_format.h:170

Data descriptor block number field offset.

◆ CLONE_DATA_TASK_CHUNK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_TASK_CHUNK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_TASK_INDEX_OFFSET
Data descriptor task index field offset.
Definition: clone_descriptor_format.h:167

Data descriptor chunk number field offset.

◆ CLONE_DATA_TASK_INDEX_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DATA_TASK_INDEX_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_STATE_OFFSET
Data descriptor state field offset.
Definition: clone_descriptor_format.h:165

Data descriptor task index field offset.

◆ CLONE_DESC_DATA_LEN

constexpr std::uint32_t clone_desc_format::CLONE_DESC_DATA_LEN
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DATA_FILE_SIZE_OFFSET
Data descriptor file size field offset.
Definition: clone_descriptor_format.h:185

Serialized data descriptor length in bytes.

◆ CLONE_DESC_FILE_FLAG_AES

constexpr std::uint32_t clone_desc_format::CLONE_DESC_FILE_FLAG_AES = 3
inlineconstexpr

File metadata encryption flag bit.

◆ CLONE_DESC_FILE_FLAG_DELETED

constexpr std::uint32_t clone_desc_format::CLONE_DESC_FILE_FLAG_DELETED = 5
inlineconstexpr

File metadata deleted flag bit.

◆ CLONE_DESC_FILE_FLAG_LZ4

constexpr std::uint32_t clone_desc_format::CLONE_DESC_FILE_FLAG_LZ4 = 2
inlineconstexpr

File metadata LZ4 compression flag bit.

◆ CLONE_DESC_FILE_FLAG_RENAMED

constexpr std::uint32_t clone_desc_format::CLONE_DESC_FILE_FLAG_RENAMED = 4
inlineconstexpr

File metadata renamed flag bit.

◆ CLONE_DESC_FILE_FLAG_ZLIB

constexpr std::uint32_t clone_desc_format::CLONE_DESC_FILE_FLAG_ZLIB = 1
inlineconstexpr

File metadata zlib compression flag bit.

◆ CLONE_DESC_FILE_HAS_KEY

constexpr std::uint32_t clone_desc_format::CLONE_DESC_FILE_HAS_KEY = 6
inlineconstexpr

File metadata key-presence flag bit.

◆ CLONE_DESC_FILE_METADATA_TYPE

constexpr std::uint32_t clone_desc_format::CLONE_DESC_FILE_METADATA_TYPE = 4
inlineconstexpr

Serialized type value for file metadata descriptors.

◆ CLONE_DESC_HEADER_LEN

constexpr std::uint32_t clone_desc_format::CLONE_DESC_HEADER_LEN
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_TYPE_OFFSET
Descriptor type field offset in the serialized header.
Definition: clone_descriptor_format.h:49

Serialized descriptor header length in bytes.

◆ CLONE_DESC_LEN_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DESC_LEN_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_VER_OFFSET
Descriptor version field offset in the serialized header.
Definition: clone_descriptor_format.h:44

Descriptor length field offset in the serialized header.

◆ CLONE_DESC_LOC_BASE_LEN

constexpr std::uint32_t clone_desc_format::CLONE_DESC_LOC_BASE_LEN
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_LOC_META_OFFSET
Locator descriptor snapshot sub-state field offset.
Definition: clone_descriptor_format.h:80

Serialized locator descriptor base length in bytes.

◆ CLONE_DESC_MAX_VERSION

constexpr std::uint32_t clone_desc_format::CLONE_DESC_MAX_VERSION = 100
inlineconstexpr

Highest serialized descriptor version supported by this format.

◆ CLONE_DESC_STATE_EST_BYTES

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_EST_BYTES
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_STATE_NUM_FILES
State descriptor file count field offset.
Definition: clone_descriptor_format.h:145

State descriptor estimated byte count field offset.

◆ CLONE_DESC_STATE_EST_DISK

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_EST_DISK
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_STATE_EST_BYTES
State descriptor estimated byte count field offset.
Definition: clone_descriptor_format.h:148

State descriptor estimated disk usage field offset.

◆ CLONE_DESC_STATE_FLAG_ACK

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_FLAG_ACK = 2
inlineconstexpr

State descriptor acknowledgement flag bit.

◆ CLONE_DESC_STATE_FLAG_START

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_FLAG_START = 1
inlineconstexpr

State descriptor start flag bit.

◆ CLONE_DESC_STATE_FLAGS

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_FLAGS
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_STATE_EST_DISK
State descriptor estimated disk usage field offset.
Definition: clone_descriptor_format.h:151

State descriptor flags field offset.

◆ CLONE_DESC_STATE_LEN

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_LEN
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_STATE_FLAGS
State descriptor flags field offset.
Definition: clone_descriptor_format.h:154

Serialized state descriptor length in bytes.

◆ CLONE_DESC_STATE_NUM_CHUNKS

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_NUM_CHUNKS
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_TASK_OFFSET
State descriptor task index field offset.
Definition: clone_descriptor_format.h:139

State descriptor chunk count field offset.

◆ CLONE_DESC_STATE_NUM_FILES

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_NUM_FILES
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_STATE_NUM_CHUNKS
State descriptor chunk count field offset.
Definition: clone_descriptor_format.h:142

State descriptor file count field offset.

◆ CLONE_DESC_STATE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DESC_STATE_OFFSET = CLONE_DESC_HEADER_LEN
inlineconstexpr

State descriptor clone state field offset.

◆ CLONE_DESC_TASK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DESC_TASK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_STATE_OFFSET
State descriptor clone state field offset.
Definition: clone_descriptor_format.h:137

State descriptor task index field offset.

◆ CLONE_DESC_TYPE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DESC_TYPE_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_DESC_LEN_OFFSET
Descriptor length field offset in the serialized header.
Definition: clone_descriptor_format.h:46

Descriptor type field offset in the serialized header.

◆ CLONE_DESC_VER_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_DESC_VER_OFFSET = 0
inlineconstexpr

Descriptor version field offset in the serialized header.

◆ CLONE_FILE_ALLOC_SIZE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_ALLOC_SIZE_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_SIZE_OFFSET
File metadata file size field offset.
Definition: clone_descriptor_format.h:89

File metadata allocated size field offset.

◆ CLONE_FILE_BASE_LEN

constexpr std::uint32_t clone_desc_format::CLONE_FILE_BASE_LEN = CLONE_FILE_FNAME_OFFSET
inlineconstexpr

Serialized file metadata descriptor base length in bytes.

◆ CLONE_FILE_BCHUNK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_BCHUNK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_IDX_OFFSET
File metadata file index field offset.
Definition: clone_descriptor_format.h:119

File metadata begin chunk field offset.

◆ CLONE_FILE_ECHUNK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_ECHUNK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_BCHUNK_OFFSET
File metadata begin chunk field offset.
Definition: clone_descriptor_format.h:122

File metadata end chunk field offset.

◆ CLONE_FILE_FLAGS_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_FLAGS_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_FSBLK_OFFSET
File metadata filesystem block size field offset.
Definition: clone_descriptor_format.h:98

File metadata flags field offset.

◆ CLONE_FILE_FNAME_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_FNAME_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_FNAMEL_OFFSET
File metadata file name length field offset.
Definition: clone_descriptor_format.h:128

File metadata file name field offset.

◆ CLONE_FILE_FNAMEL_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_FNAMEL_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_ECHUNK_OFFSET
File metadata end chunk field offset.
Definition: clone_descriptor_format.h:125

File metadata file name length field offset.

◆ CLONE_FILE_FSBLK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_FSBLK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_FSP_OFFSET
File metadata FSP flags field offset.
Definition: clone_descriptor_format.h:95

File metadata filesystem block size field offset.

◆ CLONE_FILE_FSP_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_FSP_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_ALLOC_SIZE_OFFSET
File metadata allocated size field offset.
Definition: clone_descriptor_format.h:92

File metadata FSP flags field offset.

◆ CLONE_FILE_IDX_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_IDX_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_SPACE_ID_OFFSET
File metadata tablespace id field offset.
Definition: clone_descriptor_format.h:116

File metadata file index field offset.

◆ CLONE_FILE_SIZE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_SIZE_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_STATE_OFFSET
File metadata state field offset.
Definition: clone_descriptor_format.h:87

File metadata file size field offset.

◆ CLONE_FILE_SPACE_ID_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_SPACE_ID_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_FILE_FLAGS_OFFSET
File metadata flags field offset.
Definition: clone_descriptor_format.h:101

File metadata tablespace id field offset.

◆ CLONE_FILE_STATE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_FILE_STATE_OFFSET = CLONE_DESC_HEADER_LEN
inlineconstexpr

File metadata state field offset.

◆ CLONE_LOC_CID_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_LOC_CID_OFFSET = CLONE_DESC_HEADER_LEN
inlineconstexpr

Locator descriptor clone id field offset.

◆ CLONE_LOC_IDX_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_LOC_IDX_OFFSET = CLONE_LOC_SID_OFFSET + 8
inlineconstexpr

Locator descriptor clone array index field offset.

◆ CLONE_LOC_META_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_LOC_META_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_LOC_STATE_OFFSET
Locator descriptor snapshot state field offset.
Definition: clone_descriptor_format.h:77

Locator descriptor snapshot sub-state field offset.

◆ CLONE_LOC_SID_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_LOC_SID_OFFSET = CLONE_LOC_CID_OFFSET + 8
inlineconstexpr

Locator descriptor snapshot id field offset.

◆ CLONE_LOC_STATE_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_LOC_STATE_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_LOC_IDX_OFFSET
Locator descriptor clone array index field offset.
Definition: clone_descriptor_format.h:75

Locator descriptor snapshot state field offset.

◆ CLONE_TASK_BLOCK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_TASK_BLOCK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_TASK_CHUNK_OFFSET
Task metadata chunk number field offset.
Definition: clone_descriptor_format.h:61

Task metadata block number field offset.

◆ CLONE_TASK_CHUNK_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_TASK_CHUNK_OFFSET
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_TASK_INDEX_OFFSET
Task metadata task index field offset.
Definition: clone_descriptor_format.h:59

Task metadata chunk number field offset.

◆ CLONE_TASK_INDEX_OFFSET

constexpr std::uint32_t clone_desc_format::CLONE_TASK_INDEX_OFFSET = CLONE_DESC_HEADER_LEN
inlineconstexpr

Task metadata task index field offset.

◆ CLONE_TASK_META_LEN

constexpr std::uint32_t clone_desc_format::CLONE_TASK_META_LEN
inlineconstexpr
Initial value:
=
constexpr std::uint32_t CLONE_TASK_BLOCK_OFFSET
Task metadata block number field offset.
Definition: clone_descriptor_format.h:64

Serialized task metadata descriptor length in bytes.