From fe9e7b71cf0930db1f8d6872f415466689511885 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 23 May 2019 12:23:02 +0200 Subject: lib: split off c-ares code from nhrpd This is useful in other places too, e.g. for BMP outbound connections. Signed-off-by: David Lamparter --- lib/lib_errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/lib_errors.h') diff --git a/lib/lib_errors.h b/lib/lib_errors.h index 996a16ba95..4730b6aa33 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -84,6 +84,7 @@ enum lib_log_refs { EC_LIB_GRPC_INIT, EC_LIB_ID_CONSISTENCY, EC_LIB_ID_EXHAUST, + EC_LIB_RESOLVER, }; extern void lib_error_init(void); -- cgit v1.2.3