ovsdb: Rename ovsdb_file to ovsdb_log.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Nov 2009 21:23:35 +0000 (13:23 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 16 Nov 2009 18:55:27 +0000 (10:55 -0800)
commit41709cccb8099972f9c6c3faf583b1286cb92e8a
tree87e13ec8a4dcd307f047eef0b38a6eebb05ff683
parent6e79e2104c95e005e81a070053a3dc99a2bfde09
ovsdb: Rename ovsdb_file to ovsdb_log.

This prepares for introducing a new, higher-level ovsdb_file that
encapsulates ovsdb storage in a file.
12 files changed:
lib/vlog-modules.def
ovsdb/automake.mk
ovsdb/execution.c
ovsdb/log.c [moved from ovsdb/file.c with 92% similarity]
ovsdb/log.h [moved from ovsdb/file.h with 60% similarity]
ovsdb/ovsdb-tool.c
ovsdb/ovsdb.c
ovsdb/ovsdb.h
tests/automake.mk
tests/ovsdb-log.at [moved from tests/ovsdb-file.at with 66% similarity]
tests/ovsdb.at
tests/test-ovsdb.c