aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 0a656e1e9..a6a12b9cd 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1079,7 +1079,10 @@ struct GNUNET_FS_SearchContext
1079 */ 1079 */
1080 uint32_t mandatory_count; 1080 uint32_t mandatory_count;
1081 1081
1082 1082 /**
1083 * Options for the search.
1084 */
1085 enum GNUNET_FS_SearchOptions options;
1083}; 1086};
1084 1087
1085 1088
@@ -1439,9 +1442,10 @@ struct SearchMessage
1439 struct GNUNET_MessageHeader header; 1442 struct GNUNET_MessageHeader header;
1440 1443
1441 /** 1444 /**
1442 * Should be zero. 1445 * Bitmask with options. Zero for no options, one for loopback-only.
1446 * Other bits are currently not defined.
1443 */ 1447 */
1444 int32_t reserved GNUNET_PACKED; 1448 int32_t options GNUNET_PACKED;
1445 1449
1446 /** 1450 /**
1447 * Type of the content that we're looking for. 1451 * Type of the content that we're looking for.
@@ -1536,7 +1540,7 @@ struct GetMessage
1536 uint32_t priority GNUNET_PACKED; 1540 uint32_t priority GNUNET_PACKED;
1537 1541
1538 /** 1542 /**
1539 * Relative time to live in GNUNET_CRON_MILLISECONDS (network byte order) 1543 * Relative time to live in MILLISECONDS (network byte order)
1540 */ 1544 */
1541 int32_t ttl GNUNET_PACKED; 1545 int32_t ttl GNUNET_PACKED;
1542 1546