aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_template.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_template.c')
-rw-r--r--src/transport/plugin_transport_template.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/transport/plugin_transport_template.c b/src/transport/plugin_transport_template.c
index d3072627e..10ce0da48 100644
--- a/src/transport/plugin_transport_template.c
+++ b/src/transport/plugin_transport_template.c
@@ -54,6 +54,11 @@ struct Plugin;
54 */ 54 */
55struct Session 55struct Session
56{ 56{
57 /**
58 * To whom are we talking to (set to our identity
59 * if we are still waiting for the welcome message)
60 */
61 struct GNUNET_PeerIdentity sender;
57 62
58 /** 63 /**
59 * Stored in a linked list. 64 * Stored in a linked list.
@@ -83,12 +88,6 @@ struct Session
83 void *transmit_cont_cls; 88 void *transmit_cont_cls;
84 89
85 /** 90 /**
86 * To whom are we talking to (set to our identity
87 * if we are still waiting for the welcome message)
88 */
89 struct GNUNET_PeerIdentity sender;
90
91 /**
92 * At what time did we reset last_received last? 91 * At what time did we reset last_received last?
93 */ 92 */
94 struct GNUNET_TIME_Absolute last_quota_update; 93 struct GNUNET_TIME_Absolute last_quota_update;