aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index d8ea21c54..5858c916c 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -414,7 +414,7 @@ typedef void (*GNUNET_FS_QueueStop) (void *cls);
414 414
415/** 415/**
416 * Priorities for the queue. 416 * Priorities for the queue.
417 */ 417 */
418enum GNUNET_FS_QueuePriority 418enum GNUNET_FS_QueuePriority
419 { 419 {
420 /** 420 /**
@@ -1259,7 +1259,7 @@ struct GNUNET_FS_PublishContext
1259 * Set to GNUNET_YES if all processing has completed. 1259 * Set to GNUNET_YES if all processing has completed.
1260 */ 1260 */
1261 int all_done; 1261 int all_done;
1262 1262
1263 /** 1263 /**
1264 * Flag set to GNUNET_YES if the next callback from 1264 * Flag set to GNUNET_YES if the next callback from
1265 * GNUNET_FS_file_information_inspect should be skipped because it 1265 * GNUNET_FS_file_information_inspect should be skipped because it
@@ -1284,7 +1284,7 @@ enum UnindexState
1284 * the respective DBlocks and IBlocks. 1284 * the respective DBlocks and IBlocks.
1285 */ 1285 */
1286 UNINDEX_STATE_DS_REMOVE = 1, 1286 UNINDEX_STATE_DS_REMOVE = 1,
1287 1287
1288 /** 1288 /**
1289 * Find out which keywords apply. 1289 * Find out which keywords apply.
1290 */ 1290 */
@@ -1300,12 +1300,12 @@ enum UnindexState
1300 * the unindexing. 1300 * the unindexing.
1301 */ 1301 */
1302 UNINDEX_STATE_FS_NOTIFY = 4, 1302 UNINDEX_STATE_FS_NOTIFY = 4,
1303 1303
1304 /** 1304 /**
1305 * We're done. 1305 * We're done.
1306 */ 1306 */
1307 UNINDEX_STATE_COMPLETE = 5, 1307 UNINDEX_STATE_COMPLETE = 5,
1308 1308
1309 /** 1309 /**
1310 * We've encountered a fatal error. 1310 * We've encountered a fatal error.
1311 */ 1311 */
@@ -1323,7 +1323,7 @@ struct GNUNET_FS_UnindexContext
1323 * The content hash key of the last block we processed, will in the 1323 * The content hash key of the last block we processed, will in the
1324 * end be set to the CHK from the URI. Used to remove the KBlocks. 1324 * end be set to the CHK from the URI. Used to remove the KBlocks.
1325 */ 1325 */
1326 struct ContentHashKey chk; 1326 struct ContentHashKey chk;
1327 1327
1328 /** 1328 /**
1329 * Global FS context. 1329 * Global FS context.
@@ -1460,7 +1460,7 @@ struct SearchRequestEntry
1460 1460
1461 /** 1461 /**
1462 * Derived public key, hashes to 'uquery'. 1462 * Derived public key, hashes to 'uquery'.
1463 */ 1463 */
1464 struct GNUNET_CRYPTO_EccPublicSignKey dpub; 1464 struct GNUNET_CRYPTO_EccPublicSignKey dpub;
1465 1465
1466 /** 1466 /**