aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_scheduler_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
committerChristian Grothoff <christian@grothoff.org>2019-10-31 13:03:48 +0100
commit7e3cf5f461eb4fbb7581672bf0835da07c378136 (patch)
treebdc3874b7894242b095b892f1ed3e81a4d4f06c0 /src/include/gnunet_scheduler_lib.h
parent01b480d6d026e0c537dc284a7e7df2c0320a3528 (diff)
downloadgnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.tar.gz
gnunet-7e3cf5f461eb4fbb7581672bf0835da07c378136.zip
tighten formatting rules
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