aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps_api.c
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-09-26 17:40:17 +0200
committerJulius Bünger <buenger@mytum.de>2018-09-26 17:44:25 +0200
commita611b66e1c0ec87c7f3dfb72da1e223379d735f9 (patch)
treeea824bc8de851b61d94e3d4dd30d2631109e037e /src/rps/rps_api.c
parented6b45c02fabd040f25c6ea3e7c5d1e03c9725e8 (diff)
downloadgnunet-a611b66e1c0ec87c7f3dfb72da1e223379d735f9.tar.gz
gnunet-a611b66e1c0ec87c7f3dfb72da1e223379d735f9.zip
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}.
Diffstat (limited to 'src/rps/rps_api.c')
-rw-r--r--src/rps/rps_api.c2
1 files changed, 1 insertions, 1 deletions
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 @@
25#include "gnunet_util_lib.h" 25#include "gnunet_util_lib.h"
26#include "rps.h" 26#include "rps.h"
27#include "gnunet_rps_service.h" 27#include "gnunet_rps_service.h"
28#include "gnunet-service-rps_sampler.h" 28#include "rps-sampler_client.h"
29 29
30#include <inttypes.h> 30#include <inttypes.h>
31 31