]> git.proxmox.com Git - ovs.git/commit
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.
15 files changed:
lib/vlog-modules.def
ovsdb/automake.mk
ovsdb/execution.c
ovsdb/file.c [deleted file]
ovsdb/file.h [deleted file]
ovsdb/log.c [new file with mode: 0644]
ovsdb/log.h [new file with mode: 0644]
ovsdb/ovsdb-tool.c
ovsdb/ovsdb.c
ovsdb/ovsdb.h
tests/automake.mk
tests/ovsdb-file.at [deleted file]
tests/ovsdb-log.at [new file with mode: 0644]
tests/ovsdb.at
tests/test-ovsdb.c