Test debug function

This commit is contained in:
Nico Schottelius 2019-03-04 14:22:36 +01:00
commit 28b2bc46f2
3 changed files with 4 additions and 3 deletions

View file

@ -120,6 +120,7 @@ struct headers {
struct metadata {
bit<16> tcp_length;
bit<16> ethertype; /* we use this, if we are cloning */
bit<1> ether_modified;
}
#endif