-
- Downloads
hs: Change trunnel prop224 cell's namespace
One of the goals of this change is to have trunnel API/ABI being more explicit
so we namespace them with "trn_*". Furthermore, we can now create
hs_cells.[ch] without having to confuse it with trunnel which used to be
"hs_cell_*" before that change.
Here are the perl line that were used for this rename:
perl -i -pe 's/cell_extension/trn_cell_extension/g;' src/*/*.[ch]
perl -i -pe 's/cell_extension/trn_cell_extension/g;' src/trunnel/hs/*.trunnel
perl -i -pe 's/hs_cell_/trn_cell_/g;' src/*/*.[ch]
perl -i -pe 's/hs_cell_/trn_cell_/g;' src/trunnel/hs/*.trunnel
And then "./scripts/codegen/run_trunnel.sh" with trunnel commit id
613fb1b98e58504e2b84ef56b1602b6380629043.
Fixes #21919
Signed-off-by:
David Goulet <dgoulet@torproject.org>
Showing
- src/ext/trunnel/trunnel.c 1 addition, 1 deletionsrc/ext/trunnel/trunnel.c
- src/or/hs_intropoint.c 45 additions, 45 deletionssrc/or/hs_intropoint.c
- src/or/hs_intropoint.h 2 additions, 2 deletionssrc/or/hs_intropoint.h
- src/or/hs_service.c 21 additions, 21 deletionssrc/or/hs_service.c
- src/or/hs_service.h 2 additions, 2 deletionssrc/or/hs_service.h
- src/test/test_hs_intropoint.c 51 additions, 51 deletionssrc/test/test_hs_intropoint.c
- src/test/test_hs_service.c 7 additions, 7 deletionssrc/test/test_hs_service.c
- src/trunnel/hs/cell_common.c 90 additions, 89 deletionssrc/trunnel/hs/cell_common.c
- src/trunnel/hs/cell_common.h 106 additions, 101 deletionssrc/trunnel/hs/cell_common.h
- src/trunnel/hs/cell_common.trunnel 3 additions, 3 deletionssrc/trunnel/hs/cell_common.trunnel
- src/trunnel/hs/cell_establish_intro.c 121 additions, 121 deletionssrc/trunnel/hs/cell_establish_intro.c
- src/trunnel/hs/cell_establish_intro.h 119 additions, 118 deletionssrc/trunnel/hs/cell_establish_intro.h
- src/trunnel/hs/cell_establish_intro.trunnel 5 additions, 5 deletionssrc/trunnel/hs/cell_establish_intro.trunnel
- src/trunnel/hs/cell_introduce1.c 199 additions, 199 deletionssrc/trunnel/hs/cell_introduce1.c
- src/trunnel/hs/cell_introduce1.h 208 additions, 208 deletionssrc/trunnel/hs/cell_introduce1.h
- src/trunnel/hs/cell_introduce1.trunnel 7 additions, 7 deletionssrc/trunnel/hs/cell_introduce1.trunnel
Loading
Please register or sign in to comment