aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 13:55:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 13:55:08 +0000
commit7402a01c58bc72833e5a126bc204a21d8db908d2 (patch)
tree3ec24bbbd15c2a42bdf089dc76c3bd3a0ddd487b /src/transport/transport.h
parent2e30d52c8b5dfa6587b3cfc94ca035d51ff7b7af (diff)
downloadgnunet-7402a01c58bc72833e5a126bc204a21d8db908d2.tar.gz
gnunet-7402a01c58bc72833e5a126bc204a21d8db908d2.zip
removing bad reserved field, small refactoring
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 440b0dfed..b4ddd0a7f 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -205,11 +205,6 @@ struct InboundMessage
205 struct GNUNET_MessageHeader header; 205 struct GNUNET_MessageHeader header;
206 206
207 /** 207 /**
208 * Always zero.
209 */
210 uint32_t reserved GNUNET_PACKED;
211
212 /**
213 * Number of ATS key-value pairs that follow this struct 208 * Number of ATS key-value pairs that follow this struct
214 * (excluding the 0-terminator). 209 * (excluding the 0-terminator).
215 */ 210 */