aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_core.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2019-06-24 11:47:25 +0200
committert3sserakt <t3ss@posteo.de>2019-06-26 00:15:31 +0200
commitc4fa51bb2d924fe3f7fc94f3c1cbdda179b8a4d5 (patch)
treed031140d5f703852853eb71823337fed9942f251 /src/cadet/gnunet-service-cadet_core.c
parent17611641fe7da3d2711e1f20eaf2ee81faf0e702 (diff)
downloadgnunet-c4fa51bb2d924fe3f7fc94f3c1cbdda179b8a4d5.tar.gz
gnunet-c4fa51bb2d924fe3f7fc94f3c1cbdda179b8a4d5.zip
removed GNUNET_CADET_ChannelOption
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),