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)
commitd3d870cc07447cf08a776c714a39f40f9c72da2c
treeab06b295becd5f396f87e222d9ced616edc1ec36
parentcc48010f41684b5ef8c2e8a5511528cc426d300f
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.
(This used to be commit ea0e5ad9a15c848904dee8cb2d3e392b6a894705)
source3/include/memcache.h
source3/lib/memcache.c