Skip to content

Commit

Permalink
fix fabtest build failure on Sles15 SP4
Browse files Browse the repository at this point in the history
Signed-off-by: Jianshui Yu <[email protected]>
  • Loading branch information
Jianshui authored and j-xiong committed Nov 11, 2023
1 parent 71ba4cb commit 7ee5bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabtests/component/dmabuf-rdma/mr-reg-xe.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static struct ibv_context *context;
static struct ibv_pd *pd;
static struct ibv_mr *mr;

void *buf;
static void *buf;
static int buf_fd;
static size_t buf_size = 65536;
static int buf_location = MALLOC;
Expand Down

0 comments on commit 7ee5bc1

Please sign in to comment.