mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
plugin: Align cr_plugin_entry union members
Otherwise it's almost unreadable mess. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
fb068a50ad
commit
8f109f69d8
16
plugin.c
16
plugin.c
@@ -13,15 +13,15 @@
|
|||||||
|
|
||||||
struct cr_plugin_entry {
|
struct cr_plugin_entry {
|
||||||
union {
|
union {
|
||||||
cr_plugin_fini_t *cr_fini;
|
cr_plugin_fini_t *cr_fini;
|
||||||
|
|
||||||
cr_plugin_dump_unix_sk_t *cr_plugin_dump_unix_sk;
|
cr_plugin_dump_unix_sk_t *cr_plugin_dump_unix_sk;
|
||||||
cr_plugin_restore_unix_sk_t *cr_plugin_restore_unix_sk;
|
cr_plugin_restore_unix_sk_t *cr_plugin_restore_unix_sk;
|
||||||
cr_plugin_dump_file_t *cr_plugin_dump_file;
|
cr_plugin_dump_file_t *cr_plugin_dump_file;
|
||||||
cr_plugin_restore_file_t *cr_plugin_restore_file;
|
cr_plugin_restore_file_t *cr_plugin_restore_file;
|
||||||
cr_plugin_dump_ext_mount_t *cr_plugin_dump_ext_mount;
|
cr_plugin_dump_ext_mount_t *cr_plugin_dump_ext_mount;
|
||||||
cr_plugin_restore_ext_mount_t *cr_plugin_restore_ext_mount;
|
cr_plugin_restore_ext_mount_t *cr_plugin_restore_ext_mount;
|
||||||
cr_plugin_dump_ext_link_t *cr_plugin_dump_ext_link;
|
cr_plugin_dump_ext_link_t *cr_plugin_dump_ext_link;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct cr_plugin_entry *next;
|
struct cr_plugin_entry *next;
|
||||||
|
Reference in New Issue
Block a user