Deleted Added
full compact
saquery.c (256281) saquery.c (275448)
1/*
2 * Copyright (c) 2006,2007 The Regents of the University of California.
3 * Copyright (c) 2004-2008 Voltaire, Inc. All rights reserved.
4 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
5 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
6 *
7 * Produced at Lawrence Livermore National Laboratory.
8 * Written by Ira Weiny <weiny2@llnl.gov>.

--- 36 unchanged lines hidden (view full) ---

45#include <assert.h>
46#include <ctype.h>
47#include <string.h>
48
49#define _GNU_SOURCE
50#include <getopt.h>
51
52#include <infiniband/mad.h>
1/*
2 * Copyright (c) 2006,2007 The Regents of the University of California.
3 * Copyright (c) 2004-2008 Voltaire, Inc. All rights reserved.
4 * Copyright (c) 2002-2005 Mellanox Technologies LTD. All rights reserved.
5 * Copyright (c) 1996-2003 Intel Corporation. All rights reserved.
6 *
7 * Produced at Lawrence Livermore National Laboratory.
8 * Written by Ira Weiny <weiny2@llnl.gov>.

--- 36 unchanged lines hidden (view full) ---

45#include <assert.h>
46#include <ctype.h>
47#include <string.h>
48
49#define _GNU_SOURCE
50#include <getopt.h>
51
52#include <infiniband/mad.h>
53#include <infiniband/opensm/osm_log.h>
54#include <infiniband/vendor/osm_vendor_api.h>
55#include <infiniband/vendor/osm_vendor_sa_api.h>
56#include <infiniband/opensm/osm_mad_pool.h>
57#include <infiniband/complib/cl_debug.h>
58#include <infiniband/complib/cl_nodenamemap.h>
53#include
54#include
55#include
56#include
57#include
58#include
59
60#include <netinet/in.h>
61
62#include "ibdiag_common.h"
63
64struct query_cmd {
65 const char *name, *alias;
66 ib_net16_t query_type;

--- 1825 unchanged lines hidden ---
59
60#include <netinet/in.h>
61
62#include "ibdiag_common.h"
63
64struct query_cmd {
65 const char *name, *alias;
66 ib_net16_t query_type;

--- 1825 unchanged lines hidden ---