-fix #2598
[oweals/gnunet.git] / src / fs / gnunet-service-fs.h
index 70e65186d11a1173249853a106908bc4293a33ff..d198d864dec04234a6e6999229460c241a3272b7 100644 (file)
@@ -183,10 +183,9 @@ struct GSF_LocalClient;
 struct GSF_RequestPlan;
 
 /**
- * DLL of request plans a particular pending request is
- * involved with.
+ * Bijection between request plans and pending requests.
  */
-struct GSF_RequestPlanReference;
+struct GSF_PendingRequestPlanBijection;
 
 /**
  * Our connection to the datastore.