From a611b66e1c0ec87c7f3dfb72da1e223379d735f9 Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Wed, 26 Sep 2018 17:40:17 +0200 Subject: 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/rps_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rps/rps_api.c') diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c index ee65c2a82..6e124644d 100644 --- a/src/rps/rps_api.c +++ b/src/rps/rps_api.c @@ -25,7 +25,7 @@ #include "gnunet_util_lib.h" #include "rps.h" #include "gnunet_rps_service.h" -#include "gnunet-service-rps_sampler.h" +#include "rps-sampler_client.h" #include -- cgit v1.2.3