aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index 70e02360c..c2a2e7d03 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -389,6 +389,11 @@ struct GNUNET_FS_Handle
389 */ 389 */
390 unsigned int active_probes; 390 unsigned int active_probes;
391 391
392 /**
393 * General flags.
394 */
395 enum GNUNET_FS_Flags flags;
396
392}; 397};
393 398
394 399