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:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-04-05 18:41:15 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-03-14 21:03:20 +0300
commitacfa85ba5ae3783346ae058be6e95f3253e0e93c (patch)
treeafb98db3054c756062d2600435c071916401ffff /Makefile.versions
parentdbc2edb83a0713c1a002e7e95dd7f8ac02878001 (diff)
compel: Initial commit for standalone tool
The compel component is a replacement for several aspects of CRIU functionality: binary blobs generation for PIE parasite/restore code, and a library for parasite code injection and execution (to be implemented). In the commit we rather shuffle compel into own directory and use it for 1) Fetching cflags when compiling PIE blobs 2) Use its "piegen" functionality to generate blobs themselves. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'Makefile.versions')
-rw-r--r--Makefile.versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 5139b5d4f..3ea7ca681 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -23,3 +23,8 @@ SOCCR_SO_VERSION_MAJOR := 1
SOCCR_SO_VERSION_MINOR := 0
export SOCCR_SO_VERSION_MAJOR SOCCR_SO_VERSION_MINOR
+
+COMPEL_SO_VERSION_MAJOR := 1
+COMPEL_SO_VERSION_MINOR := 0
+
+export COMPEL_SO_VERSION_MAJOR COMPEL_SO_VERSION_MINOR