This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
criu
Watch
2
Star
0
Fork
0
You've already forked criu
mirror of
https://github.com/checkpoint-restore/criu
synced
2025-08-23 02:17:22 +00:00
Code
Issues
Releases
Wiki
Activity
criu
/
lib
/
criu.c
4 lines
67 B
C
Raw
Normal View
History
Unescape
Escape
v2 criu: Initial skeleton for criu library Add target lib to Makefile for criu library. Created directory lib and add there Makefile and criu.c - skelettons for criu library. Signed-off-by: Ruslan Kupreev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-07-18 21:47:11 +04:00
#
include
"version.h"
version: Define version as a macro Defining it as static char is a bad idea especially if it get included and never used -- we will get "unused" variable error. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2013-09-14 15:00:17 +04:00
const
char
*
criu_lib_version
=
CRIU_VERSION
;
Reference in New Issue
Copy Permalink