mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Fix typo in double_digest_map type
This commit is contained in:
parent
d07fe5dffe
commit
63db8170ae
@ -23,7 +23,7 @@ typedef struct ddmap_entry_s {
|
||||
vote_routerstatus_t *vrs_lst[FLEXIBLE_ARRAY_MEMBER];
|
||||
} ddmap_entry_t;
|
||||
|
||||
struct double_digest_map_s *by_both_ids;
|
||||
double_digest_map_t *by_both_ids;
|
||||
|
||||
static void
|
||||
ddmap_entry_free(ddmap_entry_t *e)
|
||||
|
Loading…
Reference in New Issue
Block a user