mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
Revert "ipc: Drop u32[2] from image, simply use u64 all the time"
This reverts commit 4f83d028ff
.
It breaks IPC test-case, need to investigate.
This commit is contained in:
@@ -111,8 +111,8 @@ struct ipc_ns_entry {
|
||||
u32 msg_ctlmnb;
|
||||
u32 msg_ctlmni;
|
||||
u32 auto_msgmni;
|
||||
u64 shm_ctlmax;
|
||||
u64 shm_ctlall;
|
||||
u32 shm_ctlmax[2];
|
||||
u64 shm_ctlall[2];
|
||||
u32 shm_ctlmni;
|
||||
u32 shm_rmid_forced;
|
||||
u32 mq_queues_max;
|
||||
|
Reference in New Issue
Block a user