aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-21 14:14:42 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-21 14:14:42 +0100
commit634aea297cc983c3d70f65a004f698f215abe590 (patch)
treec337abee0cf6e15b14785efcfc6cec49883a92b7 /src/transport/transport.h
parent7ed02994541af600b0d080829e944ab414445dcc (diff)
downloadgnunet-634aea297cc983c3d70f65a004f698f215abe590.tar.gz
gnunet-634aea297cc983c3d70f65a004f698f215abe590.zip
more work on tng
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 670a8d32d..88656a012 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -817,11 +817,6 @@ struct GNUNET_TRANSPORT_AddQueueMessage
817 */ 817 */
818 uint32_t cs; 818 uint32_t cs;
819 819
820 /**
821 * Hops to the target (DV-only), in NBO.
822 */
823 uint32_t distance;
824
825 /* followed by UTF-8 encoded, 0-terminated human-readable address */ 820 /* followed by UTF-8 encoded, 0-terminated human-readable address */
826}; 821};
827 822