Split sampler into common, sampler and client part
authorJulius Bünger <buenger@mytum.de>
Wed, 26 Sep 2018 15:40:17 +0000 (17:40 +0200)
committerJulius Bünger <buenger@mytum.de>
Wed, 26 Sep 2018 15:44:25 +0000 (17:44 +0200)
commita611b66e1c0ec87c7f3dfb72da1e223379d735f9
treeea824bc8de851b61d94e3d4dd30d2631109e037e
parented6b45c02fabd040f25c6ea3e7c5d1e03c9725e8
Split sampler into common, sampler and client part

Now there is rps-sampler_client.{c|h} and
gnunet-service-rps_sampler.{c|h} to better reflect which parts are
really in the implementation of brahms (only the service) and which are
used in the client.
The parts both samplers share are now in rps-sampler_common.{c|h}.
src/rps/Makefile.am
src/rps/gnunet-service-rps_sampler.c
src/rps/gnunet-service-rps_sampler.h
src/rps/rps-sampler_client.c [new file with mode: 0644]
src/rps/rps-sampler_client.h [new file with mode: 0644]
src/rps/rps-sampler_common.c [new file with mode: 0644]
src/rps/rps-sampler_common.h [new file with mode: 0644]
src/rps/rps_api.c