diff options
| author | Quentin Young <qlyoung@users.noreply.github.com> | 2019-07-03 16:49:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-03 16:49:19 -0400 |
| commit | c682502cd723f0f6f8a0f64607bc35f736b4e635 (patch) | |
| tree | c4e8948a1ce5359648a3e8119854691ccb9e3896 /lib/command.h | |
| parent | b08c7022d89f26ee2eaf5c761795c3e10da1e597 (diff) | |
| parent | 50cdb6cf95c5fc7df40e4a7328eb1fc7fcff4a9c (diff) | |
Merge pull request #4639 from opensourcerouting/c-ares-lib
make c-ares DNS resolver available as lib
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index de38563f96..08d6128af4 100644 --- a/lib/command.h +++ b/lib/command.h @@ -94,6 +94,7 @@ enum node_type { NORTHBOUND_DEBUG_NODE, /* Northbound Debug node. */ DEBUG_VNC_NODE, /* Debug VNC node. */ RMAP_DEBUG_NODE, /* Route-map debug node */ + RESOLVER_DEBUG_NODE, /* Resolver debug node */ AAA_NODE, /* AAA node. */ KEYCHAIN_NODE, /* Key-chain node. */ KEYCHAIN_KEY_NODE, /* Key-chain key node. */ |
