aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-02 13:58:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-02 13:58:05 +0000
commit7b80cc15aaf3f61fb05635577fdd5258d5b8bb17 (patch)
tree4eaf19b132776841b8ab4ec2a8a81887c242b836 /src/dht/dht.h
parent3953eff33493400e9ef8ba4f9df18cc27bacadc1 (diff)
downloadgnunet-7b80cc15aaf3f61fb05635577fdd5258d5b8bb17.tar.gz
gnunet-7b80cc15aaf3f61fb05635577fdd5258d5b8bb17.zip
new DHT API, tests do not yet compile
Diffstat (limited to 'src/dht/dht.h')
-rw-r--r--src/dht/dht.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dht/dht.h b/src/dht/dht.h
index 56bb29934..237b91f64 100644
--- a/src/dht/dht.h
+++ b/src/dht/dht.h
@@ -320,11 +320,6 @@ struct GNUNET_DHT_PutMessage
320 */ 320 */
321 struct GNUNET_TIME_AbsoluteNBO expiration; 321 struct GNUNET_TIME_AbsoluteNBO expiration;
322 322
323 /**
324 * The size of the data, appended to the end of this message.
325 */
326 size_t data_size GNUNET_PACKED;
327
328}; 323};
329 324
330 325