Code

store::network: Add a store writer plugin sending objects over the network.
authorSebastian Harl <sh@tokkee.org>
Sat, 17 Jan 2015 00:27:07 +0000 (01:27 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 17 Jan 2015 19:31:47 +0000 (11:31 -0800)
commitfd919402b261f5e07e2348a7f22262893f41daf1
tree41122399bcf771aefad6e5c15fa3e63d534c3cd8
parent2faa3926a2836c0fe560bc73c7a8df4b9993b3be
store::network: Add a store writer plugin sending objects over the network.

The plugin supports sending data to one or more other SysDB instances using
the wire-format of the STORE command.
configure.ac
src/Makefile.am
src/plugins/store/network.c [new file with mode: 0644]