-
- Downloads
Rename routerstatus_t.is_running to is_flagged_running
This was the only flag in routerstatus_t that we would previously change in a routerstatus_t in a consensus. We no longer have reason to do so -- and probably never did -- as you can now confirm more easily than you could have done by grepping for is_running before this patch. The name change is to emphasize that the routerstatus_t is_running flag is only there to tell you whether the consensus says it's running, not whether it *you* think it's running.
Showing
- src/or/dirserv.c 4 additions, 4 deletionssrc/or/dirserv.c
- src/or/networkstatus.c 2 additions, 2 deletionssrc/or/networkstatus.c
- src/or/nodelist.c 1 addition, 1 deletionsrc/or/nodelist.c
- src/or/or.h 5 additions, 1 deletionsrc/or/or.h
- src/or/routerlist.c 6 additions, 5 deletionssrc/or/routerlist.c
- src/or/routerparse.c 1 addition, 1 deletionsrc/or/routerparse.c
- src/test/test_dir.c 7 additions, 5 deletionssrc/test/test_dir.c
Loading
Please register or sign in to comment