[CRIU] [PATCH 06/16] sk-unix: Align unix_sk_cinfo members
Cyrill Gorcunov
gorcunov at openvz.org
Fri Dec 9 09:17:06 PST 2016
For readability sake.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
criu/sk-unix.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/criu/sk-unix.c b/criu/sk-unix.c
index 84e60699c17f..13799d578563 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -1392,11 +1392,11 @@ static int collect_one_unixsk(void *o, ProtobufCMessage *base, struct cr_img *i)
}
struct collect_image_info unix_sk_cinfo = {
- .fd_type = CR_FD_UNIXSK,
- .pb_type = PB_UNIX_SK,
- .priv_size = sizeof(struct unix_sk_info),
- .collect = collect_one_unixsk,
- .flags = COLLECT_SHARED,
+ .fd_type = CR_FD_UNIXSK,
+ .pb_type = PB_UNIX_SK,
+ .priv_size = sizeof(struct unix_sk_info),
+ .collect = collect_one_unixsk,
+ .flags = COLLECT_SHARED,
};
static void interconnected_pair(struct unix_sk_info *ui, struct unix_sk_info *peer)
--
2.7.4
More information about the CRIU
mailing list