aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-05 16:35:44 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-05 16:35:44 +0000
commit4dcb414e2faabc800577c25dec3b63e3ceaaa84b (patch)
treec9e7b5139a3f04bbcd65ddfc10d1bab05e6e0741 /src/core/gnunet-service-core.h
parentef76e090bf279f25038c03eec4eac96bbfbe952e (diff)
downloadgnunet-4dcb414e2faabc800577c25dec3b63e3ceaaa84b.tar.gz
gnunet-4dcb414e2faabc800577c25dec3b63e3ceaaa84b.zip
adding DEBUG logic for #3863
Diffstat (limited to 'src/core/gnunet-service-core.h')
-rw-r--r--src/core/gnunet-service-core.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core.h b/src/core/gnunet-service-core.h
index a95dc561f..15e995921 100644
--- a/src/core/gnunet-service-core.h
+++ b/src/core/gnunet-service-core.h
@@ -67,6 +67,11 @@ struct GSC_ClientActiveRequest
67 struct GNUNET_PeerIdentity target; 67 struct GNUNET_PeerIdentity target;
68 68
69 /** 69 /**
70 * At what time did we first see this request?
71 */
72 struct GNUNET_TIME_Absolute received_time;
73
74 /**
70 * By what time would the client want to see this message out? 75 * By what time would the client want to see this message out?
71 */ 76 */
72 struct GNUNET_TIME_Absolute deadline; 77 struct GNUNET_TIME_Absolute deadline;