aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fs_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index d1859fa05..a1e2dca23 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -1912,6 +1912,10 @@ struct GNUNET_FS_ProgressInfo
1912 */ 1912 */
1913 enum GNUNET_FS_Status status; 1913 enum GNUNET_FS_Status status;
1914 1914
1915 /**
1916 * File-sharing handle that generated the event.
1917 */
1918 struct GNUNET_FS_Handle *fsh;
1915}; 1919};
1916 1920
1917 1921