-
- Downloads
Fold timestamp_created into highres_created
There's no reason to keep a time_t and a struct timeval to represent the same value: highres_created.tv_sec was the same as timestamp_created. This should save a few bytes per circuit.
Showing
- src/or/circuitbuild.c 1 addition, 1 deletionsrc/or/circuitbuild.c
- src/or/circuitlist.c 3 additions, 3 deletionssrc/or/circuitlist.c
- src/or/circuituse.c 16 additions, 15 deletionssrc/or/circuituse.c
- src/or/or.h 4 additions, 2 deletionssrc/or/or.h
- src/or/rephist.c 3 additions, 3 deletionssrc/or/rephist.c
Loading
Please register or sign in to comment