]> git.ipfire.org Git - thirdparty/tor.git/commit
Unit tests for cell queues.
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 15:02:36 +0000 (11:02 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Jul 2013 15:23:45 +0000 (11:23 -0400)
commitae641971955f5ff4969a57cd7a011f41eb303bb4
treea763818ebb00e415d5231c20fded5e52c48016a6
parent1047e7dcb05cbf4c98276d00c157cf0506b451d5
Unit tests for cell queues.

This removes some INLINE markers from functions that probably didn't
need them.
src/or/relay.c
src/or/relay.h
src/test/include.am
src/test/test.c
src/test/test_cell_queue.c [new file with mode: 0644]