aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-10 15:09:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-10 15:09:58 +0000
commit120433e95422ae01d831fd0b8754253bcf9b54de (patch)
tree5d4d3cbce78e091ae74d4c004ad4834005bb3a5f /src/util
parent935f264767bfc4ca6a4e47f48452de287ebe0148 (diff)
downloadgnunet-120433e95422ae01d831fd0b8754253bcf9b54de.tar.gz
gnunet-120433e95422ae01d831fd0b8754253bcf9b54de.zip
static
Diffstat (limited to 'src/util')
-rw-r--r--src/util/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/scheduler.c b/src/util/scheduler.c
index 82b888fec..7254b1700 100644
--- a/src/util/scheduler.c
+++ b/src/util/scheduler.c
@@ -1308,7 +1308,7 @@ GNUNET_SCHEDULER_add_now_with_lifeness (int lifeness,
1308 * only valid until "task" is started! 1308 * only valid until "task" is started!
1309 */ 1309 */
1310#ifndef MINGW 1310#ifndef MINGW
1311GNUNET_SCHEDULER_TaskIdentifier 1311static GNUNET_SCHEDULER_TaskIdentifier
1312add_without_sets (struct GNUNET_TIME_Relative delay, int rfd, int wfd, 1312add_without_sets (struct GNUNET_TIME_Relative delay, int rfd, int wfd,
1313 GNUNET_SCHEDULER_Task task, void *task_cls) 1313 GNUNET_SCHEDULER_Task task, void *task_cls)
1314{ 1314{