[lxc-devel] [PATCH] c/r: remember to clean up pidfile

2015-06-01 Thread Tycho Andersen
When restoring, we didn't clean up the pidfile that criu uses to pass us the init pid on error or success; let's do that. Signed-off-by: Tycho Andersen --- src/lxc/criu.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/lxc/criu.c b/src/lxc/criu.c index 1913473..d45c96c 100644 --- a/

Re: [lxc-devel] [PATCH] Fix ABI compatibility

2015-06-01 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > Until we bump the SONAME to liblxc2, only symbol additions and struct > member additions are allowed. > > Adding struct members in the middle of the struct breaks backward > compatibility. > > This commit makes it clear when struct members were add