dnsproxy: Add a "invalidate cache" function
authorArjan van de Ven <arjan@linux.intel.com>
Tue, 10 Jan 2012 00:08:53 +0000 (16:08 -0800)
committerDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 10 Jan 2012 12:43:57 +0000 (13:43 +0100)
commit8252d73cdc5f1686fef035d6ea8ce27ed29bf5d1
tree678e699c149fe8ea223395eb93c9bf7e5bc49ffb
parent475c2450978e5354370756402b4f88e58c84f30a
dnsproxy: Add a "invalidate cache" function

When something changes in the network topology, we need to invalidate the cache.
This first implementation will delete all entries (which could have been done
more efficiently), but in later patches in this series we'll enhance this logic
to only delete the cached data, not the names. With keeping the names,
we can then re-lookup popular data in the new topology.
src/dnsproxy.c