fix zombie-fest
[oweals/gnunet.git] / src / include / gnunet_peerstore_service.h
index 97d3a38289dc40ca5336e2bd902d6ed3d7edf3de..3cafe70b855f45651fd783d461dad9f242ef3464 100644 (file)
@@ -34,7 +34,6 @@
 #define GNUNET_PEERSTORE_SERVICE_H
 
 #include "gnunet_util_lib.h"
-#include "gnunet_common.h"
 
 #ifdef __cplusplus
 extern "C"
@@ -110,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;
 };
 
 
@@ -139,6 +139,7 @@ typedef void
                                const struct GNUNET_PEERSTORE_Record *record,
                                const char *emsg);
 
+
 /**
  * Connect to the PEERSTORE service.
  *