Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
Software for White Rabbit PTP Core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
29
Issues
29
List
Board
Labels
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
image/svg+xml
Discourse
Discourse
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Projects
Software for White Rabbit PTP Core
Commits
6d6018d7
Commit
6d6018d7
authored
Feb 14, 2017
by
Grzegorz Daniluk
Committed by
Adam Wujek
Feb 23, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrc_main: make wrc_run_task() static again, it's not used anywhere else
parent
bd16ce1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrc_main.c
wrc_main.c
+1
-1
No files found.
wrc_main.c
View file @
6d6018d7
...
...
@@ -231,7 +231,7 @@ static void account_task(struct wrc_task *t, int done_sth)
}
/* Run a task with profiling */
void
wrc_run_task
(
struct
wrc_task
*
t
)
static
void
wrc_run_task
(
struct
wrc_task
*
t
)
{
int
done_sth
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment