ofproto: Consistently make queue_id uint32_t.
authorJesse Gross <jesse@nicira.com>
Fri, 18 Jun 2010 17:24:28 +0000 (10:24 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 18 Jun 2010 17:41:56 +0000 (10:41 -0700)
commitdb9220c38ee6fd3ff264807e4c32065e5de5140f
treef9ee5f223f2c1b0bd67553876d395c0dd398ce72
parent2494792030407246661aac94299ad52b244f9298
ofproto: Consistently make queue_id uint32_t.

In some places queue_id was a uint16_t which caused issues when
comparing to 32-bit constants and doing byte swaps.
ofproto/ofproto.c