aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-15 10:35:00 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-15 10:35:00 +0000
commita815c8c65bb1d10808854e7286e761ee6a4b782c (patch)
tree9f8fa27c928121c93d8b6159f20c9602c87a3201 /src/include/gnunet_transport_plugin.h
parent932d4babe108f39bdb193cc7ba044bdcce536dd2 (diff)
downloadgnunet-a815c8c65bb1d10808854e7286e761ee6a4b782c.tar.gz
gnunet-a815c8c65bb1d10808854e7286e761ee6a4b782c.zip
-removing ancient code, comments
Diffstat (limited to 'src/include/gnunet_transport_plugin.h')
-rw-r--r--src/include/gnunet_transport_plugin.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/include/gnunet_transport_plugin.h b/src/include/gnunet_transport_plugin.h
index d8c4ec4e5..520c93b2c 100644
--- a/src/include/gnunet_transport_plugin.h
+++ b/src/include/gnunet_transport_plugin.h
@@ -56,18 +56,7 @@ struct Session;
56 */ 56 */
57struct SessionHeader 57struct SessionHeader
58{ 58{
59 59 /* empty, for now */
60 /**
61 * Cached signature for PONG generation for the session. Do not use
62 * in the plugin!
63 */
64 struct GNUNET_CRYPTO_RsaSignature pong_signature;
65
66 /**
67 * Expiration time for signature. Do not use in the plugin!
68 */
69 struct GNUNET_TIME_Absolute pong_sig_expires;
70
71}; 60};
72 61
73/** 62/**