-
Andrey Vagin authored
Currently we have an array for thread_args, but leader's thread_args is a part of task_args. Here is two problems. The array has a space for leader's thread args, but it is unused. Code which fills thread args is duplicated two times. This patch fixed both problem. It replaces thread_args on a pointer from task_args and deletes code, which fills leaders thread_args. Signed-off-by:
Andrey Vagin <avagin@openvz.org> Signed-off-by:
Pavel Emelyanov <xemul@parallels.com>
9cd9a93e
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
gen-offsets.sh | ||
log-simple.c | ||
parasite-head-x86-64.S | ||
parasite.c | ||
pie.lds.S | ||
restorer.c |