Code

utils/proto: Replaced sdb_proto_send_msg with sdb_proto_marshal.
authorSebastian Harl <sh@tokkee.org>
Sun, 14 Dec 2014 15:30:20 +0000 (16:30 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 14 Dec 2014 15:30:20 +0000 (16:30 +0100)
commit9610de881cfcd9bd15e064230714ae15cf621885
tree19adf4113f7955b496212465607664eeba9e1ef1
parent13fe0f9ec3d161fab7a015054649910541d75f5e
utils/proto: Replaced sdb_proto_send_msg with sdb_proto_marshal.

The new function won't actually send the message but write it into a provided
buffer in the wire format. This allows for more flexible use of the function.
src/client/sock.c
src/frontend/connection.c
src/include/utils/proto.h
src/utils/proto.c