gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r32956 - in gnunet/src: datastore dht secretsharing


From: gnunet
Subject: [GNUnet-SVN] r32956 - in gnunet/src: datastore dht secretsharing
Date: Tue, 8 Apr 2014 09:45:48 +0200

Author: grothoff
Date: 2014-04-08 09:45:48 +0200 (Tue, 08 Apr 2014)
New Revision: 32956

Modified:
   gnunet/src/datastore/plugin_datastore_sqlite.c
   gnunet/src/dht/gnunet-service-xdht_neighbours.c
   gnunet/src/secretsharing/secretsharing.h
Log:
-doxygen

Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c      2014-04-08 01:08:27 UTC 
(rev 32955)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c      2014-04-08 07:45:48 UTC 
(rev 32956)
@@ -906,7 +906,7 @@
 
 
 /**
- * Wrapper for the processor for #sqlite_plugin_replication_get().
+ * Wrapper for the processor for #sqlite_plugin_get_replication().
  * Decrements the replication counter and calls the original
  * processor.
  *

Modified: gnunet/src/dht/gnunet-service-xdht_neighbours.c
===================================================================
--- gnunet/src/dht/gnunet-service-xdht_neighbours.c     2014-04-08 01:08:27 UTC 
(rev 32955)
+++ gnunet/src/dht/gnunet-service-xdht_neighbours.c     2014-04-08 07:45:48 UTC 
(rev 32956)
@@ -317,7 +317,7 @@
 {
   
   /**
-   * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_RESULT_SETUP
+   * Type: #GNUNET_MESSAGE_TYPE_DHT_P2P_TRAIL_SETUP_RESULT
    */
   struct GNUNET_MessageHeader header;
   
@@ -3015,4 +3015,4 @@
 }
 
 
-/* end of gnunet-service-xdht_neighbours.c */
\ No newline at end of file
+/* end of gnunet-service-xdht_neighbours.c */

Modified: gnunet/src/secretsharing/secretsharing.h
===================================================================
--- gnunet/src/secretsharing/secretsharing.h    2014-04-08 01:08:27 UTC (rev 
32955)
+++ gnunet/src/secretsharing/secretsharing.h    2014-04-08 07:45:48 UTC (rev 
32956)
@@ -38,7 +38,7 @@
 struct GNUNET_SECRETSHARING_FieldElement
 {
   /**
-   * Value of an element in <elgamal_g>.
+   * Value of an element in &lt;elgamal_g&gt;.
    */
   unsigned char bits[GNUNET_SECRETSHARING_ELGAMAL_BITS / 8];
 };
@@ -209,7 +209,7 @@
   struct GNUNET_SECRETSHARING_FieldElement my_share;
 
   /**
-   * Peer identities (includes 'my_peer') 
+   * Peer identities (includes 'my_peer')
    */
   struct GNUNET_PeerIdentity *peers;
 




reply via email to

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