aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-15 23:36:28 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-15 23:36:28 +0100
commit35e5be0b0b4c7aea5a56d6a62333ab3a964a2972 (patch)
treedcf9f574eed732ed0d62ae9baf4980fb1fdaa8df /src/transport/transport.h
parent196a0bf9699d9ecead4b50819bd64d3174795296 (diff)
downloadgnunet-35e5be0b0b4c7aea5a56d6a62333ab3a964a2972.tar.gz
gnunet-35e5be0b0b4c7aea5a56d6a62333ab3a964a2972.zip
notes
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 129b1ce15..423d3cefa 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -800,6 +800,8 @@ struct GNUNET_TRANSPORT_AddQueueMessage
800 */ 800 */
801 uint32_t nt; 801 uint32_t nt;
802 802
803 // FIXME: add MTU?
804
803 /* followed by UTF-8 encoded, 0-terminated human-readable address */ 805 /* followed by UTF-8 encoded, 0-terminated human-readable address */
804}; 806};
805 807