|  | @@ -158,6 +158,11 @@ int grpc_chttp2_list_pop_waiting_for_concurrency(grpc_chttp2_transport *t,
 | 
	
		
			
				|  |  |    return stream_list_pop(t, s, GRPC_CHTTP2_LIST_WAITING_FOR_CONCURRENCY);
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +void grpc_chttp2_list_remove_waiting_for_concurrency(grpc_chttp2_transport *t,
 | 
	
		
			
				|  |  | +                                                     grpc_chttp2_stream *s) {
 | 
	
		
			
				|  |  | +  stream_list_maybe_remove(t, s, GRPC_CHTTP2_LIST_WAITING_FOR_CONCURRENCY);
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  void grpc_chttp2_list_add_stalled_by_transport(grpc_chttp2_transport *t,
 | 
	
		
			
				|  |  |                                                 grpc_chttp2_stream *s) {
 | 
	
		
			
				|  |  |    stream_list_add(t, s, GRPC_CHTTP2_LIST_STALLED_BY_TRANSPORT);
 |