Deleted Added
full compact
ibtracert.c (256281) ibtracert.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:

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

44#include <getopt.h>
45#include <netinet/in.h>
46#include <inttypes.h>
47#include <errno.h>
48
49#include <infiniband/common.h>
50#include <infiniband/umad.h>
51#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:

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

44#include <getopt.h>
45#include <netinet/in.h>
46#include <inttypes.h>
47#include <errno.h>
48
49#include <infiniband/common.h>
50#include <infiniband/umad.h>
51#include <infiniband/mad.h>
52#include <infiniband/complib/cl_nodenamemap.h>
52#include
53
54#include "ibdiag_common.h"
55
56#define MAXHOPS 63
57
58static char *node_type_str[] = {
59 "???",
60 "ca",

--- 805 unchanged lines hidden ---
53
54#include "ibdiag_common.h"
55
56#define MAXHOPS 63
57
58static char *node_type_str[] = {
59 "???",
60 "ca",

--- 805 unchanged lines hidden ---