From 6aefa4ac85435c8e7afb86e4e6daef77da69709a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 May 2010 08:50:09 +0000 Subject: generating SUSPEND events --- src/fs/fs.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/fs/fs.h') 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 @@ -1025,6 +1025,16 @@ GNUNET_FS_end_top (struct GNUNET_FS_Handle *h, struct TopLevelActivity *top); +/** + * Create SUSPEND event for the given download operation + * and then clean up our state (without stop signal). + * + * @param cls the 'struct GNUNET_FS_DownloadContext' to signal for + */ +void +GNUNET_FS_download_signal_suspend_ (void *cls); + + /** * Master context for most FS operations. */ -- cgit v1.2.3