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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 5fbdef6c2..cdecb9a55 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1629,10 +1629,10 @@ struct GNUNET_FS_SearchContext
1629 /** 1629 /**
1630 * ID of a task that is using this struct and that must be cancelled 1630 * ID of a task that is using this struct and that must be cancelled
1631 * when the search is being stopped (if not 1631 * when the search is being stopped (if not
1632 * #NULL). Used for the task that adds some 1632 * NULL). Used for the task that adds some
1633 * artificial delay when trying to reconnect to the FS service. 1633 * artificial delay when trying to reconnect to the FS service.
1634 */ 1634 */
1635 struct GNUNET_SCHEDULER_Task * task; 1635 struct GNUNET_SCHEDULER_Task *task;
1636 1636
1637 /** 1637 /**
1638 * How many of the entries in the search request 1638 * How many of the entries in the search request
@@ -1961,12 +1961,12 @@ struct GNUNET_FS_DownloadContext
1961 /** 1961 /**
1962 * ID of a task that is using this struct and that must be cancelled 1962 * ID of a task that is using this struct and that must be cancelled
1963 * when the download is being stopped (if not 1963 * when the download is being stopped (if not
1964 * #NULL). Used for the task that adds some 1964 * NULL). Used for the task that adds some
1965 * artificial delay when trying to reconnect to the FS service or 1965 * artificial delay when trying to reconnect to the FS service or
1966 * the task processing incrementally the data on disk, or the 1966 * the task processing incrementally the data on disk, or the
1967 * task requesting blocks, etc. 1967 * task requesting blocks, etc.
1968 */ 1968 */
1969 struct GNUNET_SCHEDULER_Task * task; 1969 struct GNUNET_SCHEDULER_Task *task;
1970 1970
1971 /** 1971 /**
1972 * What is the first offset that we're interested 1972 * What is the first offset that we're interested