mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
UDP improvements
This is related to 45ddebf5d1
. I forgot to
add it to the commit.
This commit is contained in:
parent
45ddebf5d1
commit
c9871bfebb
1 changed files with 6 additions and 3 deletions
|
@ -90,9 +90,12 @@ struct infiniband {
|
|||
int buffer_subtraction;
|
||||
|
||||
/* Unrealiable connectionless data */
|
||||
struct rdma_ud_param ud;
|
||||
void *grh_ptr;
|
||||
struct ibv_mr *grh_mr;
|
||||
struct ud_s {
|
||||
struct rdma_ud_param ud;
|
||||
struct ibv_ah *ah;
|
||||
void *grh_ptr;
|
||||
struct ibv_mr *grh_mr;
|
||||
} ud;
|
||||
|
||||
} conn;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue