[CRIU] [PATCH 07/17] unix: Adjust unix_sk_cinfo members

Cyrill Gorcunov gorcunov at gmail.com
Fri Apr 27 14:34:55 MSK 2018


For readability sake.

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
 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 23ae798c03a7..374e44cc0b1b 100644
--- a/criu/sk-unix.c
+++ b/criu/sk-unix.c
@@ -1864,11 +1864,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.14.3



More information about the CRIU mailing list