summaryrefslogtreecommitdiff
path: root/contrib/win32build
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-11-21 12:44:46 -0500
committerDavid Goulet <dgoulet@torproject.org>2017-11-22 15:46:15 -0500
commit6d1ea7766b4fa6265744523fb3797cf8cf40d691 (patch)
treed9c7f06efe1d75055f9e1c0c025a8b153356477a /contrib/win32build
parente1c29a769cfc6258a8a63e00b30285aacad9124d (diff)
downloadtor-6d1ea7766b4fa6265744523fb3797cf8cf40d691.tar.gz
tor-6d1ea7766b4fa6265744523fb3797cf8cf40d691.zip
channel: Remove unused write cell functions
The channel_write_cell() and channel_write_var_cell() can't be possibly called nor are used by tor. We only write on the connection outbuf packed cell coming from the scheduler that takes them from the circuit queue. This makes channel_write_packed_cell() the only usable function. It is simplify and now returns a code value. The reason for this is that in the next commit(s), we'll re-queue the cell onto the circuit queue if the write fails. Finally, channel unit tests are being removed with this commit because they do not match the new semantic. They will be re-written in future commits. Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'contrib/win32build')
0 files changed, 0 insertions, 0 deletions