[CRIU] [PATCH 05/18] sk-unix: Adjust unix_sk_cinfo members

Cyrill Gorcunov gorcunov at openvz.org
Sun Apr 9 15:28:37 PDT 2017


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 33791a916ca5..e250584264ea 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -1434,11 +1434,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 set_peer(struct unix_sk_info *ui, struct unix_sk_info *peer)
-- 
2.7.4



More information about the CRIU mailing list