[lxc-devel] [GIT] lxc branch, master, updated. adaeaa992a6a7a6af923416a1c36b63858055533

Daniel Lezcano git at users.sourceforge.net
Thu Nov 12 13:40:49 UTC 2009


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  adaeaa992a6a7a6af923416a1c36b63858055533 (commit)
       via  884866b3c305f1edd74c9ea7f082d009a86f3fd5 (commit)
       via  641c20a663819f002fa1dded2e93e3e99c781e33 (commit)
      from  e43a27b4bff4d03ef187873e467f60ac17bcc9e9 (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 adaeaa992a6a7a6af923416a1c36b63858055533
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Thu Nov 12 14:40:14 2009 +0100

    Fix abstract af_unix socket name
    
    Fix a typo making the abstract af_unix socket name to be wrong.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 884866b3c305f1edd74c9ea7f082d009a86f3fd5
Author: Daniel Lezcano <daniel.lezcano at free.fr>
Date:   Thu Nov 12 14:40:14 2009 +0100

    Remove the usage of a lock file
    
    The lock is no longer needed as the mutual exclusion and
    'is running' check is done via the af_unix command socket.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 641c20a663819f002fa1dded2e93e3e99c781e33
Author: Cedric Le Goater <clg at fr.ibm.com>
Date:   Thu Nov 12 14:40:14 2009 +0100

    export log function so it can be used by library user
    
    The log api may be used by an external component which needs to
    access these functions.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

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

Summary of changes:
 src/lxc/commands.c |    3 +-
 src/lxc/create.c   |   13 ++----
 src/lxc/destroy.c  |   18 ++------
 src/lxc/lock.c     |  116 ----------------------------------------------------
 src/lxc/lock.h     |   30 -------------
 src/lxc/log.h      |    4 ++
 src/lxc/lxc.h      |    1 -
 src/lxc/start.c    |    9 +----
 src/lxc/start.h    |    1 -
 9 files changed, 16 insertions(+), 179 deletions(-)
 delete mode 100644 src/lxc/lock.c
 delete mode 100644 src/lxc/lock.h


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list