s3-mdssvc: dalloc: dynamic object store based on talloc
authorRalph Boehme <rb@sernet.de>
Thu, 31 Jul 2014 14:27:36 +0000 (16:27 +0200)
committerRalph Böhme <slow@samba.org>
Tue, 7 Jul 2015 15:34:28 +0000 (17:34 +0200)
commit222e863d4e31f0a30c83eef39e5b4d8475f066d1
tree79b26e6debcb55747651a8fc06d7af53613ae102
parent25f56f5f4060c912f4fb6a9ef7179829233369bd
s3-mdssvc: dalloc: dynamic object store based on talloc

dalloc is a hack with a bizarre API, but it does its job: it's a
simple object store that allows for storing simple and complex data
types.

We'll use it for storing Spotlight query data.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/rpc_server/mdssvc/dalloc.c [new file with mode: 0644]
source3/rpc_server/mdssvc/dalloc.h [new file with mode: 0644]
source3/rpc_server/wscript_build