Skip to content

Commit

Permalink
c/r: move criu code to its own file
Browse files Browse the repository at this point in the history
Trying to cage the beast that is lxccontainer.c.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
  • Loading branch information
Tycho Andersen authored and stgraber committed Jul 1, 2015
1 parent 51f231f commit 97d6a37
Show file tree
Hide file tree
Showing 4 changed files with 551 additions and 454 deletions.
4 changes: 3 additions & 1 deletion src/lxc/Makefile.am
Expand Up @@ -21,7 +21,8 @@ noinst_HEADERS = \
namespace.h \
start.h \
state.h \
utils.h
utils.h \
criu.h

if IS_BIONIC
noinst_HEADERS += \
Expand Down Expand Up @@ -75,6 +76,7 @@ liblxc_so_SOURCES = \
state.c state.h \
log.c log.h \
attach.c attach.h \
criu.c criu.h \
\
network.c network.h \
nl.c nl.h \
Expand Down

0 comments on commit 97d6a37

Please sign in to comment.