aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_event-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_event-handler.h')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.h b/src/fs/gnunet-fs-gtk_event-handler.h
index a3c579b7..621781a6 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.h
+++ b/src/fs/gnunet-fs-gtk_event-handler.h
@@ -147,13 +147,6 @@ struct DownloadEntry
147 struct GNUNET_FS_Uri *uri; 147 struct GNUNET_FS_Uri *uri;
148 148
149 /** 149 /**
150 * Meta data for the download, can be NULL (i.e. for download
151 * by URI). In that case, we'll need to figure out if the
152 * result is a directory later!
153 */
154 struct GNUNET_CONTAINER_MetaData *meta;
155
156 /**
157 * Suggested (or selected) filename for the download on the 150 * Suggested (or selected) filename for the download on the
158 * local disk, or NULL for on suggestion. 151 * local disk, or NULL for on suggestion.
159 */ 152 */
@@ -165,6 +158,11 @@ struct DownloadEntry
165 int is_recursive; 158 int is_recursive;
166 159
167 /** 160 /**
161 * Is this a directory? (GNUNET_SYSERR is used for "maybe"!)
162 */
163 int is_directory;
164
165 /**
168 * Desired (default) anonymity level. 166 * Desired (default) anonymity level.
169 */ 167 */
170 uint32_t anonymity; 168 uint32_t anonymity;