gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23492 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r23492 - gnunet/src/include
Date: Wed, 29 Aug 2012 13:24:49 +0200

Author: schanzen
Date: 2012-08-29 13:24:49 +0200 (Wed, 29 Aug 2012)
New Revision: 23492

Modified:
   gnunet/src/include/gns_protocol.h
Log:
-change vpn wire data format

Modified: gnunet/src/include/gns_protocol.h
===================================================================
--- gnunet/src/include/gns_protocol.h   2012-08-29 10:58:11 UTC (rev 23491)
+++ gnunet/src/include/gns_protocol.h   2012-08-29 11:24:49 UTC (rev 23492)
@@ -144,14 +144,14 @@
 struct vpn_data
 {
   /**
-   * The protocol to use
+   * The peer to contact
    */
-  uint16_t proto;
+  struct GNUNET_HashCode peer;
 
   /**
-   * The peer to contact
+   * The protocol to use
    */
-  struct GNUNET_HashCode peer;
+  uint16_t proto;
 
   /* followed by the servicename */
 };




reply via email to

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