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:
parent
da8124e472
commit
1c2c210f13
2 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue