gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33783 - gnunet/src/include
Date: Mon, 23 Jun 2014 13:44:50 +0200

Author: grothoff
Date: 2014-06-23 13:44:50 +0200 (Mon, 23 Jun 2014)
New Revision: 33783

Modified:
   gnunet/src/include/gnunet_fs_service.h
Log:
-missing commit

Modified: gnunet/src/include/gnunet_fs_service.h
===================================================================
--- gnunet/src/include/gnunet_fs_service.h      2014-06-23 11:42:13 UTC (rev 
33782)
+++ gnunet/src/include/gnunet_fs_service.h      2014-06-23 11:44:50 UTC (rev 
33783)
@@ -892,6 +892,11 @@
           */
           const struct GNUNET_FS_Uri *chk_uri;
 
+          /**
+          * SKS URI of the file (if the download had been completed)
+          */
+          const struct GNUNET_FS_Uri *sks_uri;
+
         } resume;
 
         /**
@@ -902,10 +907,15 @@
         {
 
           /**
-          * URI of the file.
+          * CHK URI of the file.
           */
           const struct GNUNET_FS_Uri *chk_uri;
 
+          /**
+          * SKS URI of the file (if the download had been completed)
+          */
+          const struct GNUNET_FS_Uri *sks_uri;
+
         } completed;
 
         /**
@@ -1911,7 +1921,7 @@
 /**
  * Add an entry to a directory in a publish-structure.  Clients
  * should never modify publish structures that were passed to
- * #GNUNET_FS_publish_start already.
+ * #GNUNET_FS_publish_start() already.
  *
  * @param dir the directory
  * @param ent the entry to add; the entry must not have been




reply via email to

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