]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Simplify "NWFilterPool" to "NWFilter"
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 15 Jan 2011 15:06:52 +0000 (16:06 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 18 Jan 2011 22:14:37 +0000 (23:14 +0100)
commit2c0db5b5dcfbd7033817d7a5b31a6ef01434e6e3
tree1af27f6fdec5b42fc5200db4b260ce0890dbeb6f
parentf002e9218df3afe45e97ab3642dc4d6105b7a398
Simplify "NWFilterPool" to "NWFilter"

The public object is called NWFilter but the corresponding private
object is called NWFilterPool. I don't see compelling reasons for this
Pool suffix. One might argue that an NWFilter is a "pool" of rules, etc.

Remove the Pool suffix from NWFilterPool. No functional change included.
cfg.mk
src/conf/nwfilter_conf.c
src/conf/nwfilter_conf.h
src/datatypes.c
src/datatypes.h
src/driver.h
src/libvirt.c
src/libvirt_private.syms
src/nwfilter/nwfilter_driver.c
src/nwfilter/nwfilter_gentech_driver.c