X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=examples%2Fvhost_blk%2Fblk_spec.h;h=594bd6a29bad478f2f0f4c787d8b6a034a49c8ba;hb=ef5baf3486e03004b6d807f731f0d9936504511d;hp=5875e2f8697c120b1e876b75395bc1ae8ff2438d;hpb=f35e5b3e07b2e7999f7d3085236cc366c9cb4da6;p=dpdk.git diff --git a/examples/vhost_blk/blk_spec.h b/examples/vhost_blk/blk_spec.h index 5875e2f869..594bd6a29b 100644 --- a/examples/vhost_blk/blk_spec.h +++ b/examples/vhost_blk/blk_spec.h @@ -90,6 +90,6 @@ struct vhost_user_msg { struct vhost_memory_padded memory; struct vhost_user_config cfg; } payload; -} __attribute((packed)); +} __rte_packed; #endif