Commit e564ac6f authored by Pavel Emelyanov's avatar Pavel Emelyanov

parasite: Remove addr ards from drain fds cmd struct

After previous patch they are no longer required.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent a8607b12
......@@ -71,8 +71,6 @@ struct parasite_dump_tid_info {
#define PARASITE_MAX_FDS (PAGE_SIZE / sizeof(int))
struct parasite_drain_fd {
struct sockaddr_un saddr;
int sun_len;
int fds[PARASITE_MAX_FDS];
int nr_fds;
};
......
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