Beginning transport work
diff --git a/src/core/transport/transport.h b/src/core/transport/transport.h
index 264245d..d000768 100644
--- a/src/core/transport/transport.h
+++ b/src/core/transport/transport.h
@@ -132,6 +132,9 @@
 
 void grpc_transport_op_finish_with_failure(grpc_transport_op *op);
 
+/* TODO(ctiller): remove this */
+void grpc_transport_add_to_pollset(grpc_transport *transport, grpc_pollset *pollset);
+
 char *grpc_transport_op_string(grpc_transport_op *op);
 
 /* Send a batch of operations on a transport