aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authordergoegge <n.goeggi@gmail.com>2022-05-26 15:49:10 +0200
committerdergoegge <n.goeggi@gmail.com>2022-07-04 14:58:43 +0200
commita3c27070396ab8c2941c437e8099547e8fc9c110 (patch)
treea2c68e898dff549ae3e53c523eb90a35fdc9e9cd /src/net.h
parent42aa5d5b6269d27af525d5001907558442e96023 (diff)
downloadbitcoin-a3c27070396ab8c2941c437e8099547e8fc9c110.tar.xz
[net] Add connection type to NodeEvictionCandidate
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index e46933d972..c76c446dba 100644
--- a/src/net.h
+++ b/src/net.h
@@ -1262,6 +1262,7 @@ struct NodeEvictionCandidate
bool m_is_local;
Network m_network;
bool m_noban;
+ ConnectionType m_conn_type;
};
/**