summaryrefslogtreecommitdiff
path: root/Microbenchmarks/CPU-DPU/support/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'Microbenchmarks/CPU-DPU/support/common.h')
-rwxr-xr-xMicrobenchmarks/CPU-DPU/support/common.h4
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,