[CRIU] [PATCH 1/9] Moved functions from parasite-syscall.c and cr-restore.c

Pavel Emelyanov ovzxemul at gmail.com
Tue Mar 17 10:22:19 MSK 2020


пн, 16 мар. 2020 г. в 19:02, prakriti goyal <prakritigoyal19 at gmail.com>:

> From: prakritigoyal19 <prakritigoyal19 at gmail.com>
>
> Signed-off-by: prakritigoyal19 <prakritigoyal19 at gmail.com>
> Repo link: https://github.com/prakritigoyal19/criu/tree/sigactions
>
>
This branch contains different set of patches. Why is that so?

-- Pavel


> ---
>  criu/include/sigaction.h | 38 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 38 insertions(+)
>  create mode 100644 criu/include/sigaction.h
>
> diff --git a/criu/include/sigaction.h b/criu/include/sigaction.h
> new file mode 100644
> index 00000000..ceafade3
> --- /dev/null
> +++ b/criu/include/sigaction.h
> @@ -0,0 +1,38 @@
> +#ifndef __CR_SIGACTION_H__
> +#define __CR_SIGACTION_H__
> +
> +
> +#include <sys/un.h>
> +#include <sys/time.h>
> +
> +#include <unistd.h>
> +#include <inttypes.h>
> +
> +#include "parasite.h"
> +#include "parasite-syscall.h"
> +#include "pstree.h"
> +#include "sigframe.h" //TaskCoreEntry, SaEntry
> +
> +#include "image.h"
> +#include "img-remote.h"
> +#include "images/core.pb-c.h"
> +#include "images/sa.pb-c.h"
> +#include "infect.h"
> +#include "infect-rpc.h"
> +#include "parasite.h"
> +#include "util-pie.h"
> +
> +#include <compel/compel.h>
> +#include "restore.h"
> +#include "restorer.h"
> +
> +
> +
> +
> +extern rt_sigaction_t sigchld_act;
> +
> +int parasite_dump_sigacts_seized(struct parasite_ctl *ctl, struct
> pstree_item *item);
> +
> +int prepare_sigactions(CoreEntry *core);
> +
> +#endif
> --
> 2.17.1
>
> _______________________________________________
> CRIU mailing list
> CRIU at openvz.org
> https://lists.openvz.org/mailman/listinfo/criu
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20200317/8f9b6e91/attachment.html>


More information about the CRIU mailing list