gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14274 - in libmicrohttpd/src: daemon include


From: gnunet
Subject: [GNUnet-SVN] r14274 - in libmicrohttpd/src: daemon include
Date: Thu, 27 Jan 2011 10:02:25 +0100

Author: grothoff
Date: 2011-01-27 10:02:25 +0100 (Thu, 27 Jan 2011)
New Revision: 14274

Modified:
   libmicrohttpd/src/daemon/internal.h
   libmicrohttpd/src/include/microhttpd.h
Log:
should be sockaddr, not sockaddr_in

Modified: libmicrohttpd/src/daemon/internal.h
===================================================================
--- libmicrohttpd/src/daemon/internal.h 2011-01-27 08:56:36 UTC (rev 14273)
+++ libmicrohttpd/src/daemon/internal.h 2011-01-27 09:02:25 UTC (rev 14274)
@@ -526,7 +526,7 @@
    * Foreign address (of length addr_len).  MALLOCED (not
    * in pool!).
    */
-  struct sockaddr_in *addr;
+  struct sockaddr *addr;
 
   /**
    * Thread for this connection (if we are using

Modified: libmicrohttpd/src/include/microhttpd.h
===================================================================
--- libmicrohttpd/src/include/microhttpd.h      2011-01-27 08:56:36 UTC (rev 
14273)
+++ libmicrohttpd/src/include/microhttpd.h      2011-01-27 09:02:25 UTC (rev 
14274)
@@ -106,7 +106,7 @@
 /**
  * Current version of the library.
  */
-#define MHD_VERSION 0x00090600
+#define MHD_VERSION 0x00090601
 
 /**
  * MHD-internal return code for "YES".
@@ -1548,7 +1548,7 @@
   /**
    * Address information for the client.
    */
-  struct sockaddr_in *client_addr;
+  struct sockaddr *client_addr;
 };
 
 /**




reply via email to

[Prev in Thread] Current Thread [Next in Thread]