Fix task width
This commit is contained in:
parent
877359aaca
commit
77b21207b9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ typedef bit<32> ipv4_addr_t;
|
|||
typedef bit<128> ipv6_addr_t;
|
||||
typedef bit<9> port_t;
|
||||
typedef bit<16> mcast_t;
|
||||
typedef bit<8> task_t;
|
||||
typedef bit<16> task_t;
|
||||
|
||||
|
||||
const bit<16> TYPE_IPV4 = 0x0800;
|
||||
|
|
Loading…
Reference in a new issue