aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-12-05 21:37:50 +0000
committerChristian Grothoff <christian@grothoff.org>2012-12-05 21:37:50 +0000
commit612f87ce7ff13706d291c441de26eaf15ded5199 (patch)
tree88d9edda55fd81ac556e9aec147c4701fac3bb05 /src/fs/fs_api.h
parentb66f2c50a63b8d1242eb5583fd49b33abee4183c (diff)
downloadgnunet-612f87ce7ff13706d291c441de26eaf15ded5199.tar.gz
gnunet-612f87ce7ff13706d291c441de26eaf15ded5199.zip
-signal to applications that a probe is active
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index d728c59a0..12d4ae44b 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -578,6 +578,12 @@ struct GNUNET_FS_SearchResult
578 GNUNET_SCHEDULER_TaskIdentifier probe_cancel_task; 578 GNUNET_SCHEDULER_TaskIdentifier probe_cancel_task;
579 579
580 /** 580 /**
581 * Task we use to report periodically to the application that the
582 * probe is still running.
583 */
584 GNUNET_SCHEDULER_TaskIdentifier probe_ping_task;
585
586 /**
581 * When did the current probe become active? 587 * When did the current probe become active?
582 */ 588 */
583 struct GNUNET_TIME_Absolute probe_active_time; 589 struct GNUNET_TIME_Absolute probe_active_time;