aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-11 21:11:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-11 21:11:51 +0000
commit5826f9d6280175acde486a1b02c93197a49396bd (patch)
tree57bab01eff235ae52062b662220a01c9dfad6142 /src/fs/fs_api.h
parent354a420bc1ddcc46b837a4e99e874195a53b7d57 (diff)
downloadgnunet-5826f9d6280175acde486a1b02c93197a49396bd.tar.gz
gnunet-5826f9d6280175acde486a1b02c93197a49396bd.zip
fixing bug to ensure that we properly descend into deep directories for the various publish start/stop/suspend/resume event callbacks
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 4f3781d01..42daa7bc2 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -1203,6 +1203,13 @@ struct GNUNET_FS_PublishContext
1203 * Set to GNUNET_YES if all processing has completed. 1203 * Set to GNUNET_YES if all processing has completed.
1204 */ 1204 */
1205 int all_done; 1205 int all_done;
1206
1207 /**
1208 * Flag set to GNUNET_YES if the next callback from
1209 * GNUNET_FS_file_information_inspect should be skipped because it
1210 * is for the directory which was already processed with the parent.
1211 */
1212 int skip_next_fi_callback;
1206}; 1213};
1207 1214
1208 1215