diff --git a/include/villas/memory/ib.h b/include/villas/memory/ib.h index 356c1efa2..6e0f98041 100644 --- a/include/villas/memory/ib.h +++ b/include/villas/memory/ib.h @@ -26,8 +26,8 @@ #include struct memory_ib { - struct ibv_pd *pd; - struct memory_type *parent; + struct ibv_pd *pd; + struct memory_type *parent; }; struct ibv_mr * memory_ib_get_mr(void *ptr);