[ovs-git] Open vSwitch: async-append: New library to allow asynchronous appending to a log file. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jul 18 22:19:28 UTC 2013


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 "Open vSwitch".

The branch, master has been updated
       via  97eba8fc6f40fa31c2f1780a7bc36e8944b6e7f7 (commit)
      from  42b1bc99f0b4656d60eff654977349cd1013d3ca (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 97eba8fc6f40fa31c2f1780a7bc36e8944b6e7f7
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=97eba8fc6f40fa31c2f1780a7bc36e8944b6e7f7
Author: Ben Pfaff <blp at nicira.com>
		
async-append: New library to allow asynchronous appending to a log file.
		
This will be hooked into the vlog library in an upcoming commit.

Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 configure.ac            |    1 +
 lib/async-append-aio.c  |  178 +++++++++++++++++++++++++++++++++++++++++++++++
 lib/async-append-sync.c |   62 +++++++++++++++++
 lib/async-append.h      |   67 ++++++++++++++++++
 lib/automake.mk         |    7 ++
 m4/openvswitch.m4       |    5 ++
 6 files changed, 320 insertions(+)
 create mode 100644 lib/async-append-aio.c
 create mode 100644 lib/async-append-sync.c
 create mode 100644 lib/async-append.h


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list