diff options
Diffstat (limited to 'src/core/or/or.h')
-rw-r--r-- | src/core/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/or/or.h b/src/core/or/or.h index 088c45342b..c736d37fb9 100644 --- a/src/core/or/or.h +++ b/src/core/or/or.h @@ -301,6 +301,7 @@ struct curve25519_public_key_t; #define RESOLVED_TYPE_IPV6 6 #define RESOLVED_TYPE_ERROR_TRANSIENT 0xF0 #define RESOLVED_TYPE_ERROR 0xF1 +#define RESOLVED_TYPE_NOERROR 0xF2 /* Negative reasons are internal: we never send them in a DESTROY or TRUNCATE * call; they only go to the controller for tracking */ |