-fix #2598
[oweals/gnunet.git] / src / fs / gnunet-service-fs_pr.h
index 2a5fed29d447bba923f4da6224bef1739fd000f1..ab5ce0fab940899e08799630b73587fb5f2d5dab 100644 (file)
@@ -102,12 +102,12 @@ struct GSF_PendingRequestData
   /**
    * Fields for the plan module to track a DLL with the request.
    */
-  struct GSF_RequestPlanReference *rpr_head;
+  struct GSF_PendingRequestPlanBijection *pr_head;
 
   /**
    * Fields for the plan module to track a DLL with the request.
    */
-  struct GSF_RequestPlanReference *rpr_tail;
+  struct GSF_PendingRequestPlanBijection *pr_tail;
 
   /**
    * Current TTL for the request.