Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
538fe846
Commit
538fe846
authored
Nov 10, 2015
by
Pedro Gonnet
Browse files
Add the new task name.
parent
5518dd4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/task.c
View file @
538fe846
...
...
@@ -45,7 +45,8 @@
const
char
*
taskID_names
[
task_type_count
]
=
{
"none"
,
"sort"
,
"self"
,
"pair"
,
"sub"
,
"ghost"
,
"kick1"
,
"kick2"
,
"send"
,
"recv"
,
"link"
,
"grav_pp"
,
"grav_mm"
,
"grav_up"
,
"grav_down"
};
"link"
,
"grav_pp"
,
"grav_mm"
,
"grav_up"
,
"grav_down"
,
"wait"
};
/**
* @brief Unlock the cell held by this task.
...
...
@@ -251,4 +252,4 @@ void task_addunlock_old(struct task *ta, struct task *tb) {
ta
->
nr_unlock_tasks
+=
1
;
lock_unlock_blind
(
&
ta
->
lock
);
}
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment