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
Container Registry
Model registry
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
The Tor Project
Core
Tor
Commits
08bea13c
Commit
08bea13c
authored
11 years ago
by
Nick Mathewson
Committed by
Andrea Shepard
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Temporarily disable scheduler_trigger as unused
parent
d438cf1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/or/scheduler.c
+4
-0
4 additions, 0 deletions
src/or/scheduler.c
with
4 additions
and
0 deletions
src/or/scheduler.c
+
4
−
0
View file @
08bea13c
...
...
@@ -125,7 +125,9 @@ static void scheduler_evt_callback(evutil_socket_t fd,
short
events
,
void
*
arg
);
static
int
scheduler_more_work
(
void
);
static
void
scheduler_retrigger
(
void
);
#if 0
static void scheduler_trigger(void);
#endif
/* Scheduler function implementations */
...
...
@@ -349,6 +351,7 @@ scheduler_run(void)
/** Trigger the scheduling event so we run the scheduler later */
#if 0
static void
scheduler_trigger(void)
{
...
...
@@ -361,6 +364,7 @@ scheduler_trigger(void)
evtimer_add(run_sched_ev, &run_sched_tv);
}
#endif
/** Mark a channel as ready to accept writes */
...
...
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