From 64109ce917dcdc463a2a263fccbe7a05eb0e22b4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 21 Feb 2019 23:25:27 +0100 Subject: [PATCH] +metadata struct --- p4src/headers.p4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/p4src/headers.p4 b/p4src/headers.p4 index 70112cf..c388a6e 100644 --- a/p4src/headers.p4 +++ b/p4src/headers.p4 @@ -78,4 +78,7 @@ struct headers { tcp_t tcp; } +struct metadata { +} + #endif \ No newline at end of file