diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7bfba7246..d6c051b3c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -213,6 +213,9 @@ typedef struct char *dest_addr; uint16_t dest_port; + + char dest_tmp[512]; + int dest_tmplen; /* used by OR, to keep state while connect()ing: Kludge. */ |