1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Fixed two minor compilation errors

This commit is contained in:
Dennis Potter 2018-07-03 18:28:21 +02:00
parent da8124e472
commit 1c2c210f13
2 changed files with 2 additions and 1 deletions

View file

@ -47,7 +47,7 @@ int memory_init(int hugepages)
}
#ifdef __linux__
int ret, pagecnt, pagesz;
int pagecnt, pagesz;
struct rlimit l;
info("Initialize memory sub-system");

View file

@ -22,6 +22,7 @@
#include <villas/nodes/infiniband.h>
#include <villas/memory.h>
#include <villas/utils.h>
#include <rdma/rdma_cma.h>
struct memory_ib {