aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-03 12:50:36 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-03 12:50:36 +0000
commit5dff30a84e1ac0c52f9bd8b671335b5100d37b0d (patch)
tree0aa2d10e352d9d523befdc331191084350f0091a /src/fs/fs_api.h
parent82d0757e1908c04f76dd69016fbb7d538318f003 (diff)
downloadgnunet-5dff30a84e1ac0c52f9bd8b671335b5100d37b0d.tar.gz
gnunet-5dff30a84e1ac0c52f9bd8b671335b5100d37b0d.zip
convert search to MQ
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 86219b3f8..126f5902e 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1571,7 +1571,7 @@ struct GNUNET_FS_SearchContext
1571 /** 1571 /**
1572 * Connection to the FS service. 1572 * Connection to the FS service.
1573 */ 1573 */
1574 struct GNUNET_CLIENT_Connection *client; 1574 struct GNUNET_MQ_Handle *mq;
1575 1575
1576 /** 1576 /**
1577 * Pointer we keep for the client. 1577 * Pointer we keep for the client.
@@ -1621,18 +1621,6 @@ struct GNUNET_FS_SearchContext
1621 struct GNUNET_SCHEDULER_Task *task; 1621 struct GNUNET_SCHEDULER_Task *task;
1622 1622
1623 /** 1623 /**
1624 * How many of the entries in the search request
1625 * map have been passed to the service so far?
1626 */
1627 unsigned int search_request_map_offset;
1628
1629 /**
1630 * How many of the keywords in the KSK
1631 * map have been passed to the service so far?
1632 */
1633 unsigned int keyword_offset;
1634
1635 /**
1636 * Anonymity level for the search. 1624 * Anonymity level for the search.
1637 */ 1625 */
1638 uint32_t anonymity; 1626 uint32_t anonymity;