aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-12-02 12:22:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-12-02 12:22:50 +0000
commitacab9e1e99714498fd27786aec38bfb75349b918 (patch)
tree150e70d40e5056786031cfff6b0be4de406042a6 /src/transport/transport.h
parent614afe91d2c80b6fec4e6a090319c1a585944d75 (diff)
downloadgnunet-acab9e1e99714498fd27786aec38bfb75349b918.tar.gz
gnunet-acab9e1e99714498fd27786aec38bfb75349b918.zip
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 595fcf51b..00af17cab 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -89,7 +89,7 @@ struct ConnectInfoMessage
89 * Number of ATS key-value pairs that follow this struct 89 * Number of ATS key-value pairs that follow this struct
90 * (excluding the 0-terminator). 90 * (excluding the 0-terminator).
91 */ 91 */
92 uint32_t ats_count; 92 uint32_t ats_count GNUNET_PACKED;
93 93
94 /** 94 /**
95 * Identity of the new neighbour. 95 * Identity of the new neighbour.