fix zombie-fest
[oweals/gnunet.git] / src / include / gnunet_peerstore_service.h
index 202e0fd1a0ae3f3cde5ff2c11573a8c64a2f3916..3cafe70b855f45651fd783d461dad9f242ef3464 100644 (file)
@@ -109,9 +109,10 @@ struct GNUNET_PEERSTORE_Record
   struct GNUNET_TIME_Absolute *expiry;
 
   /**
-   * Client from which this record originated
+   * Client from which this record originated.
+   * NOTE: This is internal to the service.
    */
-  struct GNUNET_SERVER_Client *client;
+  struct GNUNET_SERVICE_Client *client;
 };