aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.h
diff options
context:
space:
mode:
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