Code

core/data: Make string and binary data not constant.
authorSebastian Harl <sh@tokkee.org>
Tue, 28 Jan 2014 19:12:22 +0000 (20:12 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 28 Jan 2014 19:12:22 +0000 (20:12 +0100)
commit8c9f16283fc6aa4a324c8c11624b9d1d6ed6c511
tree47b2e2773f19b255b111ba42a6820f2c2d6e2789
parentc3cfa4bb8d3c986b4c6744d73defa8eba08fcb72
core/data: Make string and binary data not constant.

This will allow for more flexibility. However, it also requires to create a
copy of data queried using libdbi.
src/include/core/data.h
src/utils/dbi.c
src/utils/unixsock.c