Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@virtuozzo.com>2017-02-10 13:27:00 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-15 09:36:05 +0300
commit909590a3558560655c1ce5b72215efbb325999ca (patch)
tree9f7c9b68aeb64ba7e3cfeb33b3ba6355fb57cb66 /compel/src
parente73434cc4cd5a5773c3014c6e358d32f4917050d (diff)
Remove criu exec code
It's now obsoleted by compel library. Maybe-TODO: Add compel tool exec action? Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'compel/src')
-rw-r--r--compel/src/lib/infect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compel/src/lib/infect.c b/compel/src/lib/infect.c
index fea7e6b55..78c9655ef 100644
--- a/compel/src/lib/infect.c
+++ b/compel/src/lib/infect.c
@@ -817,7 +817,7 @@ void compel_relocs_apply(void *mem, void *vbase, size_t size, compel_reloc_t *el
}
}
-int compel_map_exchange(struct parasite_ctl *ctl, unsigned long size)
+static int compel_map_exchange(struct parasite_ctl *ctl, unsigned long size)
{
int ret;