1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, to

silence a gcc warning.

Approved by:	re (gjb)
MFC after:      3 days
This commit is contained in:
Dimitry Andric 2013-10-07 16:54:29 +00:00
parent d359802e10
commit 7ea82d6741
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256116

View File

@ -660,7 +660,7 @@ struct ib_qp_init_attr {
union {
struct ib_qp *qpg_parent; /* see qpg_type */
struct ib_qpg_init_attrib parent_attrib;
};
} pp;
enum ib_sig_type sq_sig_type;
enum ib_qp_type qp_type;
enum ib_qp_create_flags create_flags;