diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:27:46 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:27:46 -0400 |
commit | fde868ffe3ace818d67374858c54418296a62e79 (patch) | |
tree | 35c33d0d71d79762d07de52bc5131589d4c335c0 /src/test/test_oom.c | |
parent | 958df2829a9248cf8518aafd9e19da48ce14cf64 (diff) | |
download | tor-fde868ffe3ace818d67374858c54418296a62e79.tar.gz tor-fde868ffe3ace818d67374858c54418296a62e79.zip |
Extract cell type and their queues into new headers
Since packed_cell and destroy_cell exist only to be queued, they go
in the same headers as the queues.
Diffstat (limited to 'src/test/test_oom.c')
-rw-r--r-- | src/test/test_oom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_oom.c b/src/test/test_oom.c index fcee7cc73f..8d506271af 100644 --- a/src/test/test_oom.c +++ b/src/test/test_oom.c @@ -18,6 +18,7 @@ #include "test.h" #include "test_helpers.h" +#include "cell_st.h" #include "entry_connection_st.h" #include "or_circuit_st.h" #include "origin_circuit_st.h" |