aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-03 13:18:48 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-03 13:18:48 +0000
commit07a59d7b5b66e8b59029894b9ee42069abb7a187 (patch)
tree23db38ef9b9b17450d55ecebfbd8c8d60753491e /src/fs/fs_api.h
parent5dff30a84e1ac0c52f9bd8b671335b5100d37b0d (diff)
downloadgnunet-07a59d7b5b66e8b59029894b9ee42069abb7a187.tar.gz
gnunet-07a59d7b5b66e8b59029894b9ee42069abb7a187.zip
convert fs publish to MQ
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 126f5902e..e85de94a7 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1203,11 +1203,6 @@ struct GNUNET_FS_PublishContext
1203 struct GNUNET_FS_Handle *h; 1203 struct GNUNET_FS_Handle *h;
1204 1204
1205 /** 1205 /**
1206 * Connection to FS service (only used for LOC URI signing).
1207 */
1208 struct GNUNET_CLIENT_Connection *fs_client;
1209
1210 /**
1211 * Our top-level activity entry (if we are top-level, otherwise NULL). 1206 * Our top-level activity entry (if we are top-level, otherwise NULL).
1212 */ 1207 */
1213 struct TopLevelActivity *top; 1208 struct TopLevelActivity *top;
@@ -1242,7 +1237,7 @@ struct GNUNET_FS_PublishContext
1242 * Our own message queue for the FS service; only briefly used when 1237 * Our own message queue for the FS service; only briefly used when
1243 * we start to index a file, otherwise NULL. 1238 * we start to index a file, otherwise NULL.
1244 */ 1239 */
1245 struct GNUNET_CLIENT_Connection *client; 1240 struct GNUNET_MQ_Handle *mq;
1246 1241
1247 /** 1242 /**
1248 * Current position in the file-tree for the upload. 1243 * Current position in the file-tree for the upload.