mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix a 32-bit compilation failure
This commit is contained in:
parent
8917c4f19f
commit
6d2f006bf4
@ -101,7 +101,7 @@ typedef struct {
|
||||
time_t when;
|
||||
} dumped_desc_t;
|
||||
|
||||
EXTERN(size_t, len_descs_dumped);
|
||||
EXTERN(uint64_t, len_descs_dumped);
|
||||
EXTERN(smartlist_t *, descs_dumped);
|
||||
STATIC int routerstatus_parse_guardfraction(const char *guardfraction_str,
|
||||
networkstatus_t *vote,
|
||||
|
Loading…
Reference in New Issue
Block a user