which will be going away in a future version of libibmad Signed-off-by: Hal Rosenstock <hal@xxxxxxxxxxxx> --- diff --git a/src/saquery.c b/src/saquery.c index ea946a1..6b7eb5d 100644 --- a/src/saquery.c +++ b/src/saquery.c @@ -69,7 +69,7 @@ struct query_params { uint64_t service_id; - ib_gid_t sgid, dgid, gid, mgid; + ibmad_gid_t sgid, dgid, gid, mgid; uint16_t slid, dlid, mlid; uint32_t flow_label; int hop_limit; @@ -118,9 +118,9 @@ int requested_lid_flag = 0; uint64_t requested_guid = 0; int requested_guid_flag = 0; -static unsigned valid_gid(ib_gid_t * gid) +static unsigned valid_gid(ibmad_gid_t * gid) { - ib_gid_t zero_gid; + ibmad_gid_t zero_gid; memset(&zero_gid, 0, sizeof zero_gid); return memcmp(&zero_gid, gid, sizeof(*gid)); } -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html