pex: improve handling of a longer list of PEX hosts
[project/unetd.git] / pex.h
diff --git a/pex.h b/pex.h
index acaf372befc83b82aa8e04845fe6d8559e6b805b..18f323ef2a1771f71f2c0b7be12a6325c90848ae 100644 (file)
--- a/pex.h
+++ b/pex.h
@@ -15,6 +15,7 @@ struct network_pex_host {
        struct list_head list;
        uint64_t timeout;
        uint64_t last_active;
+       uint64_t last_ping;
        union network_endpoint endpoint;
 };