add support for overriding peer-exchange-port for individual hosts
[project/unetd.git] / host.h
diff --git a/host.h b/host.h
index b802d776c7088c63c0f99b92cacada22b620b13f..2f8f881d7e204fe91baf4640ef2f3193fd1db1b3 100644 (file)
--- a/host.h
+++ b/host.h
@@ -13,6 +13,7 @@ struct network_peer {
        struct blob_attr *ipaddr;
        struct blob_attr *subnet;
        int port;
+       int pex_port;
 
        struct {
                int connect_attempt;