Fix task width

This commit is contained in:
Nico Schottelius 2019-03-04 18:19:01 +01:00
parent 877359aaca
commit 77b21207b9
1 changed files with 1 additions and 1 deletions

View File

@ -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;