projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5769eb
)
indent
author
Christian Grothoff
<christian@grothoff.org>
Mon, 24 Jan 2011 12:31:06 +0000
(12:31 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 24 Jan 2011 12:31:06 +0000
(12:31 +0000)
src/util/scheduler.c
patch
|
blob
|
history
diff --git
a/src/util/scheduler.c
b/src/util/scheduler.c
index b15b578e2043e6bf33edabc4d385b5c7d5c7ae95..9021a324a6b454f50965ef6c5a4177e23c277548 100644
(file)
--- a/
src/util/scheduler.c
+++ b/
src/util/scheduler.c
@@
-606,7
+606,8
@@
run_ready (struct GNUNET_NETWORK_FDSet *rs,
if (current_priority != pos->priority)
{
current_priority = pos->priority;
- (void) GNUNET_OS_set_process_priority (GNUNET_OS_process_current (), pos->priority);
+ (void) GNUNET_OS_set_process_priority (GNUNET_OS_process_current (),
+ pos->priority);
}
active_task = pos;
#if PROFILE_DELAYS