Skip to content
Snippets Groups Projects
Commit 650bdd9d authored by Marek Vavruša's avatar Marek Vavruša
Browse files

lib: build compat

parent 5fad9b00
No related branches found
No related tags found
No related merge requests found
......@@ -531,9 +531,10 @@ ns_election:
int kr_resolve_finish(struct kr_request *request, int state)
{
#ifdef WITH_DEBUG
struct kr_rplan *rplan = &request->rplan;
DEBUG_MSG("finished: %d, mempool: %zu B\n", state, (size_t) mp_total_size(request->pool.ctx));
#endif
/* Finalize answer */
if (answer_finalize(request->answer) != 0) {
state = KNOT_STATE_FAIL;
......
......@@ -17,6 +17,7 @@
#pragma once
#include <stdio.h>
#include <sys/time.h>
#include <libknot/packet/pkt.h>
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment