|  | @@ -50,7 +50,9 @@ static bool iomgr_platform_add_closure_to_background_poller(
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  static grpc_iomgr_platform_vtable vtable = {
 | 
	
		
			
				|  |  | -    iomgr_platform_init, iomgr_platform_flush, iomgr_platform_shutdown,
 | 
	
		
			
				|  |  | +    iomgr_platform_init,
 | 
	
		
			
				|  |  | +    iomgr_platform_flush,
 | 
	
		
			
				|  |  | +    iomgr_platform_shutdown,
 | 
	
		
			
				|  |  |      iomgr_platform_shutdown_background_closure,
 | 
	
		
			
				|  |  |      iomgr_platform_is_any_background_poller_thread,
 | 
	
		
			
				|  |  |      iomgr_platform_add_closure_to_background_poller};
 |