unet-cli: strip initial newline in usage message
[project/unetd.git] / host.h
diff --git a/host.h b/host.h
index b3fef037e8596196839ed8eb28337ff440b1189a..56d359c7e0580aa9df5243c6bc7ce29c97487416 100644 (file)
--- a/host.h
+++ b/host.h
@@ -23,6 +23,7 @@ struct network_peer {
        int port;
        int pex_port;
        bool dynamic;
+       bool indirect;
 
        struct {
                int connect_attempt;
@@ -40,6 +41,8 @@ struct network_peer {
                uint64_t rx_bytes;
                uint64_t last_handshake;
                uint64_t last_request;
+               uint64_t last_query_sent;
+
                int idle;
                int num_net_queries;
        } state;