Code

store: Added flags to JSON functions indicating information to leave out.
authorSebastian Harl <sh@tokkee.org>
Fri, 3 Jan 2014 13:20:30 +0000 (14:20 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 3 Jan 2014 13:20:30 +0000 (14:20 +0100)
commit40b40eda60b517297089a209f3681c8ec064cd68
tree1b9498096895109e7e1546778380f1cc6ee2bd4c
parentebc8f66f721bbe6a23e32f6712003b34f588b508
store: Added flags to JSON functions indicating information to leave out.

This may be used to leave out services or attributes from the serialized
object. For this purpose, the serialization function has been simplified to
handle attributes and services mostly alike.
src/core/store.c
src/frontend/query.c
src/include/core/store.h
t/core/store_test.c