aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-20 13:52:02 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-20 13:52:02 +0000
commitf71fb2816cee37e823abcaa9d79c149ba90ff4cd (patch)
treed1727ba1a62ab1bd9fcf3dc7a5bdd071160dd582 /src/transport/transport.h
parent12bda91777d20fff1fb016d89db08075d45204ab (diff)
downloadgnunet-f71fb2816cee37e823abcaa9d79c149ba90ff4cd.tar.gz
gnunet-f71fb2816cee37e823abcaa9d79c149ba90ff4cd.zip
-eliminate duplicate all_zeros globals, eliminated dead 'latency' field in SendOKMessage
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 6fea9201c..01d1b1722 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -265,11 +265,6 @@ struct SendOkMessage
265 uint32_t bytes_physical GNUNET_PACKED; 265 uint32_t bytes_physical GNUNET_PACKED;
266 266
267 /** 267 /**
268 * Latency estimate.
269 */
270 struct GNUNET_TIME_RelativeNBO latency;
271
272 /**
273 * Which peer can send more now? 268 * Which peer can send more now?
274 */ 269 */
275 struct GNUNET_PeerIdentity peer; 270 struct GNUNET_PeerIdentity peer;