Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
orbea
Tor
Commits
721954b3
Commit
721954b3
authored
14 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Resolve the one DOCDOC in the 0.2.2 code atm
parent
8f9cfa0a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/compat_libevent.c
+4
-4
4 additions, 4 deletions
src/common/compat_libevent.c
with
4 additions
and
4 deletions
src/common/compat_libevent.c
+
4
−
4
View file @
721954b3
...
...
@@ -228,9 +228,9 @@ tor_libevent_get_method(void)
#endif
}
/** Return the le_version_t for the
current
version of libevent
. If
the
*
version is very new, return LE_OTHER. If the version is so old that it
*
doesn't support event_get_version()
, return LE_O
LD. DOCDOC
*/
/** Return the le_version_t for the version of libevent
specified in
the
*
string <b>v</b>. If the version is very new or uses an unrecognized
*
version, format
, return LE_O
THER.
*/
static
le_version_t
tor_decode_libevent_version
(
const
char
*
v
)
{
...
...
@@ -280,7 +280,7 @@ le_versions_compatibility(le_version_t v)
}
/** Return the version number of the currently running version of Libevent.
See le_version_t for info on the format.
*
See le_version_t for info on the format.
*/
static
le_version_t
tor_get_libevent_version
(
const
char
**
v_out
)
...
...
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