Skip to content

Commit

Permalink
doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 17, 2017
1 parent 36fee51 commit 1aad020
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/util/schedule.c
Expand Up @@ -42,15 +42,6 @@ RCSID("$Id$")
#define PTHREAD_MUTEX_UNLOCK
#endif

/*
* Debugging, mainly for schedule_test
*/
#if 0
#define MPRINT(...) fprintf(stdout, __VA_ARGS__)
#else
#define MPRINT(...)
#endif

/*
* Other OS's have sem_init, OS X doesn't.
*/
Expand Down Expand Up @@ -352,6 +343,7 @@ static void *fr_schedule_receiver_thread(void *arg)
/** Create a scheduler and spawn the child threads.
*
* @param[in] ctx the talloc context
* @param[in] log the destination for all logging messages
* @param[in] max_inputs the number of network threads
* @param[in] max_workers the number of worker threads
* @param[in] num_transports the number of transports in the transport array
Expand Down

0 comments on commit 1aad020

Please sign in to comment.