Code

proto: Added sdb_proto_marshal_data.
authorSebastian Harl <sh@tokkee.org>
Sat, 20 Dec 2014 15:05:50 +0000 (16:05 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 22 Dec 2014 11:38:17 +0000 (12:38 +0100)
commit895a5695294975c87e1695f41be997fbeac85563
tree068ee321b0c02e1a25be25ad0bc10a1d8cb20fdf
parentebeb14d9215ce017340525214728e4bc62bd1d67
proto: Added sdb_proto_marshal_data.

This function encodes a datum into the wire format.
src/include/utils/proto.h
src/utils/proto.c
t/Makefile.am
t/unit/libsysdb_test.c
t/unit/libsysdb_test.h
t/unit/utils/proto_test.c [new file with mode: 0644]