Skip to content

Commit

Permalink
Include missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Oct 17, 2023
1 parent 4e12b7f commit 195b566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/listen/detail/proto_detail.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
*/
RCSIDH(detail_h, "$Id$")

#include <freeradius-devel/io/application.h>
#include <freeradius-devel/server/module_rlm.h>
#include <freeradius-devel/util/retry.h>
#include <freeradius-devel/util/dlist.h>
Expand Down Expand Up @@ -62,7 +63,7 @@ typedef struct {
uint32_t num_messages; //!< for message ring buffer
uint32_t priority; //!< for packet processing, larger == higher

bool exit_when_done; //!< exit when done reading the current file.
bool exit_when_done; //!< exit when done reading the current file.

fr_schedule_t *sc; //!< the scheduler, where we insert new readers

Expand Down
2 changes: 0 additions & 2 deletions src/listen/detail/proto_detail_work.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,8 +734,6 @@ static int mod_open(fr_listen_t *li)

static int mod_close_internal(proto_detail_work_thread_t *thread)
{
proto_detail_work_t const *inst = talloc_get_type_abort_const(thread->inst, proto_detail_work_t);

/*
* One less worker... we check for "0" because of the
* hacks in proto_detail which let us start up with
Expand Down

0 comments on commit 195b566

Please sign in to comment.