[lxc-devel] [GIT] lxc branch, master, updated. 3c22086fe242c1cbb51e1df4add3052d3618c2ca

Daniel Lezcano git at users.sourceforge.net
Wed May 26 19:45:15 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  3c22086fe242c1cbb51e1df4add3052d3618c2ca (commit)
      from  ee70bf78e38e2a3f8cc8d28a541cdad88286ae26 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3c22086fe242c1cbb51e1df4add3052d3618c2ca
Author: Cedric Le Goater <clg at linux.vnet.ibm.com>
Date:   Wed May 26 21:43:53 2010 +0200

    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 at fr.ibm.com>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 src/lxc/Makefile.am          |    1 +
 src/lxc/start.c              |   63 ++++++--------------
 src/lxc/sync.c               |  133 ++++++++++++++++++++++++++++++++++++++++++
 src/lxc/{cgroup.h => sync.h} |   28 ++++++---
 4 files changed, 173 insertions(+), 52 deletions(-)
 create mode 100644 src/lxc/sync.c
 copy src/lxc/{cgroup.h => sync.h} (60%)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list