criu/lib
Andrei Vagin 7c97cc7eb2 lib/c: fix a compile time error
lib/c/criu.c:343:30: error: implicit conversion from enumeration type
'enum criu_pre_dump_mode' to different enumeration type 'CriuPreDumpMode'
(aka 'enum _CriuPreDumpMode') [-Werror,-Wenum-conversion

                opts->rpc->pre_dump_mode = mode;
                                         ~ ^~~~

Signed-off-by: Andrei Vagin <avagin@gmail.com>
2020-02-04 12:39:04 -08:00
..
c lib/c: fix a compile time error 2020-02-04 12:39:04 -08:00
py py: Fix tabs in code comments 2019-09-07 15:59:57 +03:00
Makefile make: Insert version macros in criu.h 2019-09-07 15:59:55 +03:00