2
0
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:
Cyrill Gorcunov
2012-02-01 19:07:00 +04:00
parent 63b88720a3
commit ab82c2de98
2 changed files with 50 additions and 18 deletions

View File

@@ -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;