Deleted Added
full compact
smpquery.c (256281) smpquery.c (275448)
1/*
2 * Copyright (c) 2004-2008 Voltaire Inc. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

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

45#include <netinet/in.h>
46
47#define __STDC_FORMAT_MACROS
48#include <inttypes.h>
49
50#include <infiniband/common.h>
51#include <infiniband/umad.h>
52#include <infiniband/mad.h>
1/*
2 * Copyright (c) 2004-2008 Voltaire Inc. All rights reserved.
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:

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

45#include <netinet/in.h>
46
47#define __STDC_FORMAT_MACROS
48#include <inttypes.h>
49
50#include <infiniband/common.h>
51#include <infiniband/umad.h>
52#include <infiniband/mad.h>
53#include <infiniband/complib/cl_nodenamemap.h>
53#include
54
55#include "ibdiag_common.h"
56
57#undef DEBUG
58#define DEBUG if (verbose>1) IBWARN
59
60static int dest_type = IB_DEST_LID;
61static int verbose;

--- 477 unchanged lines hidden ---
54
55#include "ibdiag_common.h"
56
57#undef DEBUG
58#define DEBUG if (verbose>1) IBWARN
59
60static int dest_type = IB_DEST_LID;
61static int verbose;

--- 477 unchanged lines hidden ---