map: improve timeout handling of IP entries
[project/qosify.git] / qosify-bpf.h
index c5525c8d51455ab6d7a460f4fc05b570abc45d5a..9f00404db12120534d295ae8b6702a7784cc9cb3 100644 (file)
@@ -31,4 +31,9 @@ struct qosify_config {
        uint16_t prio_max_avg_pkt_len;
 };
 
+struct qosify_ip_map_val {
+       uint8_t dscp; /* must be first */
+       uint8_t seen;
+};
+
 #endif