mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
infiniband: compiler fix
This commit is contained in:
parent
0dc8adcdd3
commit
ced57610cb
1 changed files with 2 additions and 1 deletions
|
@ -1017,7 +1017,8 @@ static void register_plugin() {
|
|||
p.description = "Infiniband interface (libibverbs, librdmacm)";
|
||||
p.vectorize = 0;
|
||||
p.size = sizeof(struct infiniband);
|
||||
p.pool_size = 8192;
|
||||
// TODO: fix
|
||||
// p.pool_size = 8192;
|
||||
p.destroy = ib_destroy;
|
||||
p.parse = ib_parse;
|
||||
p.check = ib_check;
|
||||
|
|
Loading…
Add table
Reference in a new issue