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@parallels.com>2012-07-23 09:37:53 +0400
committerPavel Emelyanov <xemul@parallels.com>2012-07-23 09:37:53 +0400
commit630d1741c2d5dd89a3176bd15b63121b905d35c9 (patch)
treee119db84b95013c65f635c49683d04c7aadcbde5
parent2f3727f0e2219e07c2b256beaf881aa950fc7ccd (diff)
criu: Version 0.1 releasev0.1
This is the first release of the tool! :) Supported features: * x86_64 architecture * process' linkage * process groups and sessions (without ttys though :\ ) * memory mappings of any kind (shared, file, etc.) * threads * open files (shared between tasks and partially opened-and-unlinked) * pipes and fifos with data * unix sockets with packet queues contents * TCP and UDP sockets (TCP connections support exists, but needs polishing) * inotifies, eventpoll and eventfd * tasks' sigactions setup, credentials and itimers * IPC, mount and PID namespaces Most of the above works with kernel v3.5! Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rw-r--r--include/crtools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crtools.h b/include/crtools.h
index 09ee1232d..ded767daa 100644
--- a/include/crtools.h
+++ b/include/crtools.h
@@ -15,7 +15,7 @@
#define CR_FD_PERM_DUMP (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
#define CRIU_VERSION_MAJOR 0
-#define CRIU_VERSION_MINOR 0
+#define CRIU_VERSION_MINOR 1
enum {
CR_FD_INVENTORY,