aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-03 11:06:03 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-03 11:06:03 +0000
commitb8eebba5dd3716f4d585e0b6b85d6ba36ef0241e (patch)
treead9d55f5bc9cbb3a3ea47105424226a83b18f5c7 /src/fs/fs_api.h
parenta975c050f211d2ebe70eb78915fb30e0211ece64 (diff)
downloadgnunet-b8eebba5dd3716f4d585e0b6b85d6ba36ef0241e.tar.gz
gnunet-b8eebba5dd3716f4d585e0b6b85d6ba36ef0241e.zip
convert unindex to MQ
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 0e1476f5c..398de27fd 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1435,7 +1435,7 @@ struct GNUNET_FS_UnindexContext
1435 * Connection to the FS service, only valid during the 1435 * Connection to the FS service, only valid during the
1436 * #UNINDEX_STATE_FS_NOTIFY phase. 1436 * #UNINDEX_STATE_FS_NOTIFY phase.
1437 */ 1437 */
1438 struct GNUNET_CLIENT_Connection *client; 1438 struct GNUNET_MQ_Handle *mq;
1439 1439
1440 /** 1440 /**
1441 * Connection to the datastore service, only valid during the 1441 * Connection to the datastore service, only valid during the