diff options
| author | David Lamparter <equinox@diac24.net> | 2019-05-23 12:23:02 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-07-03 17:15:34 +0200 |
| commit | fe9e7b71cf0930db1f8d6872f415466689511885 (patch) | |
| tree | 42bb1f347ea8f9fbf93874f977dc57b7135307e1 /lib/lib_errors.h | |
| parent | 611349b99f64a9e39e9889a46ca3dde60f68484e (diff) | |
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 <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/lib_errors.h')
| -rw-r--r-- | lib/lib_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
