aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-24 12:31:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-24 12:31:06 +0000
commit25e533959af4f98e80576e14a04f26424fb4eaa4 (patch)
treeb190a4ada12d760981bf76a5c509873a260a6529 /src/util
parenta5769eb8918ccb0a7baac179569e7a713ad08465 (diff)
downloadgnunet-25e533959af4f98e80576e14a04f26424fb4eaa4.tar.gz
gnunet-25e533959af4f98e80576e14a04f26424fb4eaa4.zip
indent
Diffstat (limited to 'src/util')
-rw-r--r--src/util/scheduler.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index b15b578e2..9021a324a 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -606,7 +606,8 @@ run_ready (struct GNUNET_NETWORK_FDSet *rs,
606 if (current_priority != pos->priority) 606 if (current_priority != pos->priority)
607 { 607 {
608 current_priority = pos->priority; 608 current_priority = pos->priority;
609 (void) GNUNET_OS_set_process_priority (GNUNET_OS_process_current (), pos->priority); 609 (void) GNUNET_OS_set_process_priority (GNUNET_OS_process_current (),
610 pos->priority);
610 } 611 }
611 active_task = pos; 612 active_task = pos;
612#if PROFILE_DELAYS 613#if PROFILE_DELAYS