aboutsummaryrefslogtreecommitdiff
path: root/src/set/set.h
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2013-04-17 10:41:37 +0000
committerFlorian Dold <florian.dold@gmail.com>2013-04-17 10:41:37 +0000
commite071735ab46784b7d0791b86a61388ef158efb64 (patch)
tree01365f896a7a0cd66d518fc99fcb9f1e83f614f1 /src/set/set.h
parent7e53c7855a15eb7049d391f1a1b32aff822c5c5b (diff)
downloadgnunet-e071735ab46784b7d0791b86a61388ef158efb64.tar.gz
gnunet-e071735ab46784b7d0791b86a61388ef158efb64.zip
fix
Diffstat (limited to 'src/set/set.h')
-rw-r--r--src/set/set.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/set/set.h b/src/set/set.h
index f10b25e4e..ef11e5abc 100644
--- a/src/set/set.h
+++ b/src/set/set.h
@@ -88,9 +88,6 @@ struct AcceptMessage
88 * request id of the request we want to accept 88 * request id of the request we want to accept
89 */ 89 */
90 uint32_t request_id GNUNET_PACKED; 90 uint32_t request_id GNUNET_PACKED;
91
92
93 struct GNUNET_TIME_RelativeNBO timeout;
94}; 91};
95 92
96 93
@@ -126,8 +123,6 @@ struct EvaluateMessage
126 123
127 struct GNUNET_HashCode app_id; 124 struct GNUNET_HashCode app_id;
128 125
129 struct GNUNET_TIME_RelativeNBO timeout;
130
131 /** 126 /**
132 * id of our evaluate 127 * id of our evaluate
133 */ 128 */