summaryrefslogtreecommitdiffstats
path: root/include/exthdr.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-11-23 00:30:17 +0100
committerFlorian Westphal <fw@strlen.de>2020-12-09 18:33:53 +0100
commitbd0d2f4038ba1ac9db4653a4f632553db83db3b0 (patch)
treec2851906d96b0fdb5e027eaee4e741cd572a0604 /include/exthdr.h
parentfd314278115255ccee23ab6cffb2b0a033238fbb (diff)
exthdr: remove unused proto_key member from struct
also, no need for this struct to be in the parser. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'include/exthdr.h')
-rw-r--r--include/exthdr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exthdr.h b/include/exthdr.h
index c9a3c211..1bc756f9 100644
--- a/include/exthdr.h
+++ b/include/exthdr.h
@@ -30,7 +30,6 @@ struct exthdr_desc {
const char *name;
enum exthdr_desc_id id;
uint8_t type;
- int proto_key;
struct proto_hdr_template templates[10];
};