mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
fdset: Reorder CR_FD_ types
Move pstree and sk-queues below, they are not per-task/-ns and will be global soon. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
3858ee4950
commit
44a6dd4ff5
1 changed files with 3 additions and 3 deletions
|
|
@ -34,18 +34,18 @@ enum {
|
|||
* Global entries
|
||||
*/
|
||||
|
||||
CR_FD_PSTREE,
|
||||
CR_FD_UTSNS,
|
||||
CR_FD_IPCNS_VAR,
|
||||
CR_FD_IPCNS_SHM,
|
||||
CR_FD_IPCNS_MSG,
|
||||
CR_FD_IPCNS_SEM,
|
||||
|
||||
CR_FD_SK_QUEUES,
|
||||
|
||||
CR_FD_PID_MAX, /* fmt, pid */
|
||||
|
||||
CR_FD_PSTREE,
|
||||
CR_FD_SHMEM_PAGES,
|
||||
|
||||
CR_FD_SK_QUEUES,
|
||||
CR_FD_REG_FILES,
|
||||
|
||||
CR_FD_MAX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue