Commit ae817148 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

parasite: Some code style tuning in header

Easier to read.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 87b5456f
...@@ -60,13 +60,15 @@ typedef struct { ...@@ -60,13 +60,15 @@ typedef struct {
} while (0) } while (0)
struct parasite_init_args { struct parasite_init_args {
parasite_status_t args; parasite_status_t status;
int sun_len; int sun_len;
struct sockaddr_un saddr; struct sockaddr_un saddr;
}; };
struct parasite_dump_pages_args { struct parasite_dump_pages_args {
parasite_status_t status; parasite_status_t status;
struct vma_entry vma_entry; struct vma_entry vma_entry;
unsigned long nrpages_dumped; /* how many pages are dumped */ unsigned long nrpages_dumped; /* how many pages are dumped */
int fd_type; int fd_type;
...@@ -82,6 +84,7 @@ struct parasite_dump_pages_args { ...@@ -82,6 +84,7 @@ struct parasite_dump_pages_args {
struct parasite_dump_misc { struct parasite_dump_misc {
parasite_status_t status; parasite_status_t status;
unsigned int secbits; unsigned int secbits;
unsigned long brk; unsigned long brk;
}; };
......
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