-
Pavan Balaji authored
We were using an enum for packet types and used an int16_t for the storage. Instead we should directly use the enum as the storage. Signed-off-by:
Wesley Bland <wbland@anl.gov>
0aec805e
We were using an enum for packet types and used an int16_t for the
storage. Instead we should directly use the enum as the storage.
Signed-off-by:
Wesley Bland <wbland@anl.gov>