]> git.ipfire.org Git - thirdparty/lxc.git/commit
introduce a sync API
authorCedric Le Goater <clg@linux.vnet.ibm.com>
Wed, 26 May 2010 19:43:53 +0000 (21:43 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 26 May 2010 19:43:53 +0000 (21:43 +0200)
commit3c22086fe242c1cbb51e1df4add3052d3618c2ca
tree2959cd0b3da9d75ac078fe4c32b1d6ae126889a3
parentee70bf78e38e2a3f8cc8d28a541cdad88286ae26
introduce a sync API

The following patch wrap the calls on the synchronisation
socketpair in a lxc_sync_ API. It hopefully clarifies what
is done in the start sequence to the expense of more lines
of code ...

Signed-off-by: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/Makefile.am
src/lxc/start.c
src/lxc/sync.c [new file with mode: 0644]
src/lxc/sync.h [new file with mode: 0644]