Code

proto: Add support for marshaling regex types.
authorSebastian Harl <sh@tokkee.org>
Tue, 23 Dec 2014 17:25:57 +0000 (18:25 +0100)
committerSebastian Harl <sh@tokkee.org>
Tue, 23 Dec 2014 17:25:57 +0000 (18:25 +0100)
commit8dd1618e1dc92bd9bc60d78401e879caf919e37e
tree06c3b4412b86fbea052984c6fe599a626826d7dc
parent7624ec9003444dbd76f03dfeda38167f3831fc48
proto: Add support for marshaling regex types.

That is, marshal the regex's raw string to be recompiled by the receiver.
src/utils/proto.c
t/unit/utils/proto_test.c