aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-sampler_common.c
Commit message (Collapse)AuthorAge
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* RPS sampler: Stop logging to fileJulius Bünger2018-12-13
|
* RPS: Cleanup datastructures, NULL out freed pointersJulius Bünger2018-10-15
|
* Split sampler into common, sampler and client partJulius Bünger2018-09-26
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}.