Add memcache_add_talloc
authorVolker Lendecke <vl@samba.org>
Thu, 20 Dec 2007 13:41:58 +0000 (14:41 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 21 Dec 2007 08:58:20 +0000 (09:58 +0100)
commitea0e5ad9a15c848904dee8cb2d3e392b6a894705
tree13873af2dc17e68c7b23beba9927dfd1b31c3b0d
parentc131d0dc52ec09c9227eff3d68877369c37aaed5
Add memcache_add_talloc

The first memcache API only had blobs, but we have quite a few objects that are
more complex talloc'ed structues. The current one I'm looking at is the
getpwnam cache, but there are others around.
source/include/memcache.h
source/lib/memcache.c