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

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

45#include <string.h>
46#include <getopt.h>
47#include <errno.h>
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 * Copyright (c) 2007 Xsigo Systems Inc. All rights reserved.
4 *
5 * This software is available to you under a choice of one of two
6 * licenses. You may choose to be licensed under the terms of the GNU
7 * General Public License (GPL) Version 2, available from the file
8 * COPYING in the main directory of this source tree, or the

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

45#include <string.h>
46#include <getopt.h>
47#include <errno.h>
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 "ibnetdiscover.h"
56#include "grouping.h"
57#include "ibdiag_common.h"
58
59static char *node_type_str[] = {
60 "???",
61 "ca",

--- 990 unchanged lines hidden ---
54
55#include "ibnetdiscover.h"
56#include "grouping.h"
57#include "ibdiag_common.h"
58
59static char *node_type_str[] = {
60 "???",
61 "ca",

--- 990 unchanged lines hidden ---