aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps-sampler_common.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-12-13 15:51:36 +0100
committerJulius Bünger <buenger@mytum.de>2018-12-13 15:52:54 +0100
commit4280ed184029acdac70f4c85e4bc3a2d6cf0aeb0 (patch)
treed77180d3d4028f08b5fb14bf2643895af0b03f70 /src/rps/rps-sampler_common.h
parent37f806bedb12e20a6ccdd87df7fa28d4b4ad041e (diff)
downloadgnunet-4280ed184029acdac70f4c85e4bc3a2d6cf0aeb0.tar.gz
gnunet-4280ed184029acdac70f4c85e4bc3a2d6cf0aeb0.zip
RPS sampler: Stop logging to file
Diffstat (limited to 'src/rps/rps-sampler_common.h')
-rw-r--r--src/rps/rps-sampler_common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rps/rps-sampler_common.h b/src/rps/rps-sampler_common.h
index 68f5865a9..a9a079aff 100644
--- a/src/rps/rps-sampler_common.h
+++ b/src/rps/rps-sampler_common.h
@@ -158,12 +158,6 @@ struct RPS_Sampler
158 158
159 struct SamplerNotifyUpdateCTX *notify_ctx_head; 159 struct SamplerNotifyUpdateCTX *notify_ctx_head;
160 struct SamplerNotifyUpdateCTX *notify_ctx_tail; 160 struct SamplerNotifyUpdateCTX *notify_ctx_tail;
161 #ifdef TO_FILE
162 /**
163 * File name to log to
164 */
165 char *file_name;
166 #endif /* TO_FILE */
167}; 161};
168 162
169 163