trust argument does not exist
authorNathan S. Evans <evans@in.tum.de>
Thu, 23 Dec 2010 16:27:50 +0000 (16:27 +0000)
committerNathan S. Evans <evans@in.tum.de>
Thu, 23 Dec 2010 16:27:50 +0000 (16:27 +0000)
src/include/gnunet_peerinfo_service.h

index 228e698b3e0327758d36fcf0cdab0a43135f137b..1c34d83bb1c02f975a36e0afe9660532ff51099c 100644 (file)
@@ -114,10 +114,6 @@ struct GNUNET_PEERINFO_IteratorContext;
  * host and then finally once with a NULL pointer.  After that final
  * invocation, the iterator context must no longer be used.
  *
- * Note that the last call can be triggered by timeout or by simply
- * being done; however, the trust argument will be set to zero if we
- * are done, 1 if we timed out and 2 for fatal error.
- *
  * Instead of calling this function with 'peer == NULL' 
  * it is often better to use 'GNUNET_PEERINFO_notify'.
  *