[hipl-commit] [release-1.0.5] Rev 3796: Syncronized to trunk revisions 3796-3798

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 19 Mar 2010 11:09:00 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: 19/03/2010 at 11:09:00
Revision: 3796
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: release-1.0.5

Log:
  Syncronized to trunk revisions 3796-3798

Modified:
  D  test/first_test.c
  D  test/first_test.h
  D  test/hipsetup.c
  D  test/hipsetup.h
  M  doc/HOWTO.xml
  M  test/conntest.c

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-03-03 13:16:18 +0000
+++ doc/HOWTO.xml       2010-03-19 09:09:25 +0000
@@ -4731,7 +4731,6 @@
 
 
 </chapter>
-
 <chapter id="ch_native_api_for_hip">
     <title>Native API for HIP</title>
 

=== modified file 'test/conntest.c'
--- test/conntest.c     2010-02-17 17:38:08 +0000
+++ test/conntest.c     2010-03-19 09:09:25 +0000
@@ -2,7 +2,6 @@
 #define _BSD_SOURCE
 
 #include "conntest.h"
-#include "lib/core/getendpointinfo.h"
 
 /**
  * create_serversocket - given the port and the protocol
@@ -613,12 +612,6 @@
     /* Fill in the socket address structure to host and service name. */
     search_key.ai_flags = flags;
 
-    /* If peer_name is not specified the destination is looked in the
-     * hadb. (?) */
-    if (peer_name == NULL) {
-        search_key.ai_flags |= AI_KERNEL_LIST;
-    }
-
     /* Legacy API supports only HIT-in-IPv6 */
     search_key.ai_family   = AF_UNSPEC;
     search_key.ai_socktype = socktype;

Other related posts:

  • » [hipl-commit] [release-1.0.5] Rev 3796: Syncronized to trunk revisions 3796-3798 - Miika Komu