vlog: Use system calls instead of stdio to write log files.
authorBen Pfaff <blp@nicira.com>
Mon, 21 May 2012 17:44:20 +0000 (10:44 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Jul 2012 17:30:49 +0000 (10:30 -0700)
commit9eb945635e1e780042b86e5a1ec47319e74aac4c
treec78b7868b279633ab02968f26ebfe607fe82e6eb
parent70e4e586e4aff1e369cacd721e874d9731253130
vlog: Use system calls instead of stdio to write log files.

This will be easier to deal with in an upcoming commit that will use a
subprocess to do asynchronous log I/O.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/vlog.c