aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-26 16:06:20 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-26 16:06:20 +0000
commit9a1a09225ad61aeda6da0db15b2f5dc8b3c874f9 (patch)
tree716859431d5af5f70566c5b9b0befb27599ef7ec /src/include
parent97c255a2ec844e63cd116f6e804b629185302e85 (diff)
downloadgnunet-9a1a09225ad61aeda6da0db15b2f5dc8b3c874f9.tar.gz
gnunet-9a1a09225ad61aeda6da0db15b2f5dc8b3c874f9.zip
towards job queuing
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fs_service.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 6926b537e..64bfda3ba 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -557,6 +557,18 @@ enum GNUNET_FS_Status
557 GNUNET_FS_STATUS_DOWNLOAD_STOPPED, 557 GNUNET_FS_STATUS_DOWNLOAD_STOPPED,
558 558
559 /** 559 /**
560 * Notification that this download is now actively being
561 * pursued (as opposed to waiting in the queue).
562 */
563 GNUNET_FS_STATUS_DOWNLOAD_ACTIVE,
564
565 /**
566 * Notification that this download is no longer actively
567 * being pursued (back in the queue).
568 */
569 GNUNET_FS_STATUS_DOWNLOAD_INACTIVE,
570
571 /**
560 * First event generated when a client requests 572 * First event generated when a client requests
561 * a search to begin or when a namespace result 573 * a search to begin or when a namespace result
562 * automatically triggers the search for updates. 574 * automatically triggers the search for updates.