summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-15 15:37:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-15 15:37:05 -0400
commit3191ba389d12146b786ffd8af842a80e58c8c802 (patch)
tree2508677458946fe1fbffe216993b1201168a3678 /src/or/or.h
parentfde868ffe3ace818d67374858c54418296a62e79 (diff)
downloadtor-3191ba389d12146b786ffd8af842a80e58c8c802.tar.gz
tor-3191ba389d12146b786ffd8af842a80e58c8c802.zip
Move extend_info_t into its own header.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 66c863a828..b164cf0e7f 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1502,24 +1502,7 @@ typedef enum store_type_t {
typedef struct desc_store_t desc_store_t;
typedef struct routerlist_t routerlist_t;
-
-/** Information on router used when extending a circuit. We don't need a
- * full routerinfo_t to extend: we only need addr:port:keyid to build an OR
- * connection, and onion_key to create the onionskin. Note that for onehop
- * general-purpose tunnels, the onion_key is NULL. */
-typedef struct extend_info_t {
- char nickname[MAX_HEX_NICKNAME_LEN+1]; /**< This router's nickname for
- * display. */
- /** Hash of this router's RSA identity key. */
- char identity_digest[DIGEST_LEN];
- /** Ed25519 identity for this router, if any. */
- ed25519_public_key_t ed_identity;
- uint16_t port; /**< OR port. */
- tor_addr_t addr; /**< IP address. */
- crypto_pk_t *onion_key; /**< Current onionskin key. */
- curve25519_public_key_t curve25519_onion_key;
-} extend_info_t;
-
+typedef struct extend_info_t extend_info_t;
typedef struct authority_cert_t authority_cert_t;
/** Bitfield enum type listing types of information that directory authorities