aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scheduler_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_scheduler_lib.h')
-rw-r--r--src/include/gnunet_scheduler_lib.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/gnunet_scheduler_lib.h b/src/include/gnunet_scheduler_lib.h
index da968737e..b828e2db7 100644
--- a/src/include/gnunet_scheduler_lib.h
+++ b/src/include/gnunet_scheduler_lib.h
@@ -209,8 +209,6 @@ struct GNUNET_SCHEDULER_TaskContext
209}; 209};
210 210
211 211
212
213
214/** 212/**
215 * Function used by event-loop implementations to signal the scheduler 213 * Function used by event-loop implementations to signal the scheduler
216 * that a particular @a task is ready due to an event specified in the 214 * that a particular @a task is ready due to an event specified in the
@@ -907,7 +905,6 @@ GNUNET_SCHEDULER_set_select (GNUNET_SCHEDULER_select new_select,
907 void *new_select_cls); 905 void *new_select_cls);
908 906
909 907
910
911/** 908/**
912 * Change the async scope for the currently executing task and (transitively) 909 * Change the async scope for the currently executing task and (transitively)
913 * for all tasks scheduled by the current task after calling this function. 910 * for all tasks scheduled by the current task after calling this function.
@@ -924,7 +921,6 @@ void
924GNUNET_SCHEDULER_begin_async_scope (struct GNUNET_AsyncScopeId *aid); 921GNUNET_SCHEDULER_begin_async_scope (struct GNUNET_AsyncScopeId *aid);
925 922
926 923
927
928#if 0 /* keep Emacsens' auto-indent happy */ 924#if 0 /* keep Emacsens' auto-indent happy */
929{ 925{
930#endif 926#endif