async-append: New library to allow asynchronous appending to a log file.
authorBen Pfaff <blp@nicira.com>
Wed, 10 Jul 2013 18:40:28 +0000 (11:40 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 18 Jul 2013 21:58:57 +0000 (14:58 -0700)
commit97eba8fc6f40fa31c2f1780a7bc36e8944b6e7f7
treea95a600ba10d2d7e531578d0e70c7c19902ebc54
parent42b1bc99f0b4656d60eff654977349cd1013d3ca
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@nicira.com>
configure.ac
lib/async-append-aio.c [new file with mode: 0644]
lib/async-append-sync.c [new file with mode: 0644]
lib/async-append.h [new file with mode: 0644]
lib/automake.mk
m4/openvswitch.m4