aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-04 08:50:09 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-04 08:50:09 +0000
commit6aefa4ac85435c8e7afb86e4e6daef77da69709a (patch)
treefe3241f641088070ef4a909f627482f8252bf0a9 /src/fs/fs.h
parentdb9926f66da9571020fba8f1f2fa0014d1b65b0f (diff)
downloadgnunet-6aefa4ac85435c8e7afb86e4e6daef77da69709a.tar.gz
gnunet-6aefa4ac85435c8e7afb86e4e6daef77da69709a.zip
generating SUSPEND events
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 275882c4f..1d3498a7c 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -1026,6 +1026,16 @@ GNUNET_FS_end_top (struct GNUNET_FS_Handle *h,
1026 1026
1027 1027
1028/** 1028/**
1029 * Create SUSPEND event for the given download operation
1030 * and then clean up our state (without stop signal).
1031 *
1032 * @param cls the 'struct GNUNET_FS_DownloadContext' to signal for
1033 */
1034void
1035GNUNET_FS_download_signal_suspend_ (void *cls);
1036
1037
1038/**
1029 * Master context for most FS operations. 1039 * Master context for most FS operations.
1030 */ 1040 */
1031struct GNUNET_FS_Handle 1041struct GNUNET_FS_Handle