Remove or_circuit_t.is_first_hop; use channel_is_client() instead
commit66aff2d8f35217cc802bd46eeeaf49326d7de4b0
authorNick Mathewson <nickm@torproject.org>
Wed, 6 Sep 2017 18:39:40 +0000 (6 14:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 Sep 2017 12:55:53 +0000 (22 08:55 -0400)
treebca747b7248a034b77bcd8cb0384c0d8526d73c0
parentab18e5e5fcff7fbdbf0905e6dd2585b7e4a10108
Remove or_circuit_t.is_first_hop; use channel_is_client() instead

The is_first_hop field should have been called used_create_fast,
but everywhere that we wanted to check it, we should have been
checking channel_is_client() instead.
src/or/circuitbuild.c
src/or/circuituse.c
src/or/connection_edge.c
src/or/or.h