Commit 80928f8c authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

parasite: Declare @tid as pid_t in parasite_dump_thread

Just to be consistent with types we're using.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c8754da9
...@@ -95,7 +95,7 @@ struct parasite_dump_creds { ...@@ -95,7 +95,7 @@ struct parasite_dump_creds {
struct parasite_dump_thread { struct parasite_dump_thread {
unsigned int *tid_addr; unsigned int *tid_addr;
int tid; pid_t tid;
}; };
#define PARASITE_MAX_FDS (PAGE_SIZE / sizeof(int)) #define PARASITE_MAX_FDS (PAGE_SIZE / sizeof(int))
......
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