Deleted Added
full compact
ibsendtrap.c (256281) ibsendtrap.c (275448)
1/*
2 * Copyright (c) 2008 Lawrence Livermore National Security
3 *
4 * Produced at Lawrence Livermore National Laboratory.
5 * Written by Ira Weiny <weiny2@llnl.gov>.
6 *
7 * This software is available to you under a choice of one of two
8 * licenses. You may choose to be licensed under the terms of the GNU

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

38#include <stdio.h>
39#include <unistd.h>
40#include <string.h>
41
42#define _GNU_SOURCE
43#include <getopt.h>
44
45#include <infiniband/mad.h>
1/*
2 * Copyright (c) 2008 Lawrence Livermore National Security
3 *
4 * Produced at Lawrence Livermore National Laboratory.
5 * Written by Ira Weiny <weiny2@llnl.gov>.
6 *
7 * This software is available to you under a choice of one of two
8 * licenses. You may choose to be licensed under the terms of the GNU

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

38#include <stdio.h>
39#include <unistd.h>
40#include <string.h>
41
42#define _GNU_SOURCE
43#include <getopt.h>
44
45#include <infiniband/mad.h>
46#include <infiniband/iba/ib_types.h>
46#include
47
48#include "ibdiag_common.h"
49
50char *argv0 = "";
51
52static int send_144_node_desc_update(void)
53{
54 ib_portid_t sm_port;

--- 122 unchanged lines hidden ---
47
48#include "ibdiag_common.h"
49
50char *argv0 = "";
51
52static int send_144_node_desc_update(void)
53{
54 ib_portid_t sm_port;

--- 122 unchanged lines hidden ---