diff options
Diffstat (limited to 'src/fs/gnunet-fs-gtk-download.h')
-rw-r--r-- | src/fs/gnunet-fs-gtk-download.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk-download.h b/src/fs/gnunet-fs-gtk-download.h index 28a65f95..c150ea2b 100644 --- a/src/fs/gnunet-fs-gtk-download.h +++ b/src/fs/gnunet-fs-gtk-download.h | |||
@@ -73,6 +73,12 @@ struct DownloadContext | |||
73 | * Desired (default) anonymity level. | 73 | * Desired (default) anonymity level. |
74 | */ | 74 | */ |
75 | int anonymity; | 75 | int anonymity; |
76 | |||
77 | /** | ||
78 | * Tab where this download is currently on display. | ||
79 | * (this is the same as sr->tab, but sr is opaque here). | ||
80 | */ | ||
81 | struct SearchTab *tab; | ||
76 | }; | 82 | }; |
77 | 83 | ||
78 | 84 | ||