]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of addrtype
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 Aug 2012 22:44:51 +0000 (15:44 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 29 Aug 2012 22:44:51 +0000 (15:44 -0700)
examples/cmatose.c
examples/common.c
examples/common.h

index 1ff87d69955188f1f7d954d85018f0df3d579569..8d11f332474351dcc97b995e60ec48a1584ade8f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2006,2011 Intel Corporation.  All rights reserved.
+ * Copyright (c) 2005-2006,2011-2012 Intel Corporation.  All rights reserved.
  *
  * This software is available to you under a choice of one of two
  * licenses.  You may choose to be licensed under the terms of the GNU
@@ -681,8 +681,8 @@ int main(int argc, char **argv)
                        printf("usage: %s\n", argv[0]);
                        printf("\t[-s server_address]\n");
                        printf("\t[-b bind_address]\n");
-                       printf("\t[-f address_format]\n")
-                       printf("\t    name, ip, ipv6, or gid\n")
+                       printf("\t[-f address_format]\n");
+                       printf("\t    name, ip, ipv6, or gid\n");
                        printf("\t[-c connections]\n");
                        printf("\t[-C message_count]\n");
                        printf("\t[-S message_size]\n");
index eeee046dcc6225388cabb3d07d52fe9bccb8737b..89e76f9d8ae8143a35aa27543842d93c27b80bf6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2006 Intel Corporation.  All rights reserved.
+ * Copyright (c) 2005-2006,2012 Intel Corporation.  All rights reserved.
  *
  * This software is available to you under a choice of one of two
  * licenses.  You may choose to be licensed under the terms of the GNU
index 8d9fea02a127e8be8525664aae0c1cb344c42b7d..25d881fdbb74651fe4ba65802f46070908e0ea00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005-2011 Intel Corporation.  All rights reserved.
+ * Copyright (c) 2005-2012 Intel Corporation.  All rights reserved.
  *
  * This software is available to you under a choice of one of two
  * licenses.  You may choose to be licensed under the terms of the GNU
@@ -37,6 +37,7 @@
 #include <byteswap.h>
 
 #include <rdma/rdma_cma.h>
+#include <infiniband/ib.h>
 
 #if __BYTE_ORDER == __BIG_ENDIAN
 static inline uint64_t cpu_to_be64(uint64_t x) { return x; }