Skip to content
Snippets Groups Projects
Commit 63bc4988 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

zone: fixed moving of constants

parent c04aa503
Branches
Tags
No related merge requests found
......@@ -33,6 +33,10 @@
#include "knot/zone/zonedb.h"
#include "common/descriptor.h"
/* Constants */
#define XFRIN_BOOTSTRAP_DELAY 2000 /*!< AXFR bootstrap avg. delay */
/*- zone file status --------------------------------------------------------*/
/*!
......
......@@ -31,8 +31,6 @@
#include "libknot/rdata.h"
#include "libknot/util/utils.h"
static const size_t XFRIN_BOOTSTRAP_DELAY = 2000; /*!< AXFR bootstrap avg. delay */
/*!
* \brief Called when the reference count for zone drops to zero.
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment