Commit 1caa5915 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

unix: Adjust unix_sk_cinfo members

For readability sake.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 41ba3d46
...@@ -1848,11 +1848,11 @@ static int collect_one_unixsk(void *o, ProtobufCMessage *base, struct cr_img *i) ...@@ -1848,11 +1848,11 @@ static int collect_one_unixsk(void *o, ProtobufCMessage *base, struct cr_img *i)
} }
struct collect_image_info unix_sk_cinfo = { struct collect_image_info unix_sk_cinfo = {
.fd_type = CR_FD_UNIXSK, .fd_type = CR_FD_UNIXSK,
.pb_type = PB_UNIX_SK, .pb_type = PB_UNIX_SK,
.priv_size = sizeof(struct unix_sk_info), .priv_size = sizeof(struct unix_sk_info),
.collect = collect_one_unixsk, .collect = collect_one_unixsk,
.flags = COLLECT_SHARED, .flags = COLLECT_SHARED,
}; };
static void set_peer(struct unix_sk_info *ui, struct unix_sk_info *peer) static void set_peer(struct unix_sk_info *ui, struct unix_sk_info *peer)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment