memcache: Introduce struct for storing talloc pointer
authorChristof Schmitt <cs@samba.org>
Mon, 1 Apr 2019 22:38:59 +0000 (15:38 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 6 Apr 2019 05:12:21 +0000 (05:12 +0000)
commit7c44f2f76eefb9156cb1d170c92b4ff07dd6a3d5
tree34c8e9c04232dd9f70a27c52b907ba0e159b6165
parent7a410ccb5f6f2958d56fa6f16d8780c69a3830dd
memcache: Introduce struct for storing talloc pointer

This allows extending the additional data stored for talloced objects
later.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13865

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/memcache.c