Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jarl
tor
Commits
2f2fba8a
Commit
2f2fba8a
authored
9 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Use nth consistently in dircollate.h.
Documentation-only patch. Issue 17668.T6.
parent
b24f15a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/or/dircollate.c
+2
-2
2 additions, 2 deletions
src/or/dircollate.c
with
2 additions
and
2 deletions
src/or/dircollate.c
+
2
−
2
View file @
2f2fba8a
...
...
@@ -22,8 +22,8 @@ static void dircollator_collate_by_ed25519(dircollator_t *dc);
typedef
struct
ddmap_entry_s
{
HT_ENTRY
(
ddmap_entry_s
)
node
;
uint8_t
d
[
DIGEST_LEN
+
DIGEST256_LEN
];
/* The
i'
th member of this array corresponds to the vote_routerstatus_t (if
* any) received for this digest pair from the n
'
th voter. */
/* The
n
th member of this array corresponds to the vote_routerstatus_t (if
* any) received for this digest pair from the nth voter. */
vote_routerstatus_t
*
vrs_lst
[
FLEXIBLE_ARRAY_MEMBER
];
}
ddmap_entry_t
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment