Skip to content
Snippets Groups Projects
Commit 18a332f6 authored by Lucas A. M. Magalhaes's avatar Lucas A. M. Magalhaes
Browse files

test: fix pmemspoil btt offset

parent d7a349a9
No related branches found
No related tags found
No related merge requests found
......@@ -1067,7 +1067,8 @@ pmemspoil_process_bttdevice(struct pmemspoil *psp,
PROCESS_BEGIN(psp, pfp) {
PROCESS(arena,
pmemspoil_get_arena_offset(psp, PROCESS_INDEX,
BTT_ALIGNMENT),
ALIGN_UP(sizeof(struct pool_hdr),
BTT_ALIGNMENT)),
UINT32_MAX, uint64_t);
} PROCESS_END
return PROCESS_RET;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment