aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-13 14:36:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-13 14:36:14 +0000
commit0359b6a7261026c230056c121d4344f82814cef6 (patch)
treea2a8a5f810c23e42308fe50f927b5aa6f603fe27 /src/fs/gnunet-service-fs_pr.h
parente9a2275de31a09124c983716a611c7a8fc3ee167 (diff)
downloadgnunet-0359b6a7261026c230056c121d4344f82814cef6.tar.gz
gnunet-0359b6a7261026c230056c121d4344f82814cef6.zip
trying to fix #2000
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.h')
-rw-r--r--src/fs/gnunet-service-fs_pr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pr.h b/src/fs/gnunet-service-fs_pr.h
index 00249afcf..e15ea0b54 100644
--- a/src/fs/gnunet-service-fs_pr.h
+++ b/src/fs/gnunet-service-fs_pr.h
@@ -146,6 +146,12 @@ struct GSF_PendingRequestData
146 */ 146 */
147 int has_target; 147 int has_target;
148 148
149 /**
150 * Has this request been started yet (local/p2p operations)? Or are
151 * we still constructing it?
152 */
153 int has_started;
154
149}; 155};
150 156
151 157