mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
doxygen tweaks
svn:r12606
This commit is contained in:
parent
996b8719e5
commit
0f22c584cd
@ -57,10 +57,10 @@ static download_status_t consensus_dl_status = { 0, 0, DL_SCHED_CONSENSUS };
|
||||
* not being named. */
|
||||
static int have_warned_about_invalid_status = 0;
|
||||
/** True iff we have logged a warning about this OR's version being older than
|
||||
* listed by the authorities */
|
||||
* listed by the authorities. */
|
||||
static int have_warned_about_old_version = 0;
|
||||
/** True iff we have logged a warning about this OR's version being newer than
|
||||
* listed by the authorities */
|
||||
* listed by the authorities. */
|
||||
static int have_warned_about_new_version = 0;
|
||||
|
||||
static void download_status_map_update_from_v2_networkstatus(void);
|
||||
|
Loading…
Reference in New Issue
Block a user