gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r33802 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r33802 - gnunet/src/transport
Date: Mon, 23 Jun 2014 23:18:08 +0200

Author: grothoff
Date: 2014-06-23 23:18:08 +0200 (Mon, 23 Jun 2014)
New Revision: 33802

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
-move struct def to where it is used

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2014-06-23 21:17:41 UTC (rev 
33801)
+++ gnunet/src/transport/plugin_transport_udp.c 2014-06-23 21:18:08 UTC (rev 
33802)
@@ -212,23 +212,6 @@
 
 
 /**
- * Closure for #session_cmp_it().
- */
-struct SessionCompareContext
-{
-  /**
-   * Set to session matching the address.
-   */
-  struct Session *res;
-
-  /**
-   * Address we are looking for.
-   */
-  const struct GNUNET_HELLO_Address *address;
-};
-
-
-/**
  * Closure for #process_inbound_tokenized_messages().
  */
 struct SourceInformation
@@ -1581,7 +1564,6 @@
 }
 
 
-
 /**
  * Function obtain the network type for a session
  *
@@ -1598,6 +1580,23 @@
 
 
 /**
+ * Closure for #session_cmp_it().
+ */
+struct SessionCompareContext
+{
+  /**
+   * Set to session matching the address.
+   */
+  struct Session *res;
+
+  /**
+   * Address we are looking for.
+   */
+  const struct GNUNET_HELLO_Address *address;
+};
+
+
+/**
  * Find a session with a matching address.
  *
  * @param cls the `struct SessionCompareContext *`




reply via email to

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