diff options
Diffstat (limited to 'Microbenchmarks/CPU-DPU/support/common.h')
-rwxr-xr-x | Microbenchmarks/CPU-DPU/support/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Microbenchmarks/CPU-DPU/support/common.h b/Microbenchmarks/CPU-DPU/support/common.h index 3c3c6ae..df8c03c 100755 --- a/Microbenchmarks/CPU-DPU/support/common.h +++ b/Microbenchmarks/CPU-DPU/support/common.h @@ -1,9 +1,9 @@ #ifndef _COMMON_H_ #define _COMMON_H_ -// Structures used by both the host and the dpu to communicate information +// Structures used by both the host and the dpu to communicate information typedef struct { - uint32_t size; + uint64_t size; enum kernels { kernel1 = 0, nr_kernels = 1, |