gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24592 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r24592 - gnunet/src/testing
Date: Mon, 29 Oct 2012 16:43:23 +0100

Author: harsha
Date: 2012-10-29 16:43:23 +0100 (Mon, 29 Oct 2012)
New Revision: 24592

Modified:
   gnunet/src/testing/testing.c
Log:
starting testing processes with a low priority to not overwhelm testing hosts

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2012-10-29 12:05:08 UTC (rev 24591)
+++ gnunet/src/testing/testing.c        2012-10-29 15:43:23 UTC (rev 24592)
@@ -978,7 +978,7 @@
                STRERROR (errno));
     return GNUNET_SYSERR;
   }
-  return GNUNET_OK;
+  return GNUNET_OS_set_process_priority (peer->main_process, 
GNUNET_SCHEDULER_PRIORITY_BACKGROUND);
 }
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]