aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_core.c')
-rw-r--r--src/cadet/gnunet-service-cadet_core.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/cadet/gnunet-service-cadet_core.c b/src/cadet/gnunet-service-cadet_core.c
index 879230d29..c5d2f195a 100644
--- a/src/cadet/gnunet-service-cadet_core.c
+++ b/src/cadet/gnunet-service-cadet_core.c
@@ -180,10 +180,7 @@ struct CadetRoute
180 */ 180 */
181 struct GNUNET_CONTAINER_HeapNode *hn; 181 struct GNUNET_CONTAINER_HeapNode *hn;
182 182
183 /** 183
184 * Options for the route, control buffering.
185 */
186 enum GNUNET_CADET_ChannelOption options;
187}; 184};
188 185
189 186
@@ -899,7 +896,7 @@ handle_connection_create (void *cls,
899 GCP_2s (origin), 896 GCP_2s (origin),
900 GNUNET_sh2s (&msg->cid.connection_of_tunnel)); 897 GNUNET_sh2s (&msg->cid.connection_of_tunnel));
901 path = GCPP_get_path_from_route (path_length - 1, 898 path = GCPP_get_path_from_route (path_length - 1,
902 pids); 899 pids);
903 if (GNUNET_OK != 900 if (GNUNET_OK !=
904 GCT_add_inbound_connection (GCP_get_tunnel (origin, 901 GCT_add_inbound_connection (GCP_get_tunnel (origin,
905 GNUNET_YES), 902 GNUNET_YES),