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.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