pex: remove extra newline in debug message
[project/unetd.git] / host.h
diff --git a/host.h b/host.h
index ea8e866058111ed1bae88cf4005c5c58b160b273..bf61e75e9f4098c086a4a4375f5273339f5674ec 100644 (file)
--- a/host.h
+++ b/host.h
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0+
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (C) 2022 Felix Fietkau <nbd@nbd.name>
  */
@@ -29,6 +29,7 @@ struct network_peer {
                uint64_t last_handshake;
                uint64_t last_request;
                int idle;
+               int num_net_queries;
        } state;
 };