X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fpeerinfo%2Fpeerinfo.h;h=87860097a4951667717a6a1b97aad42c83f9021c;hb=3c82a48a3a22b65b5f0db85528c1979ac0c878ed;hp=3e959a6c747b4a4a84403f835d7213a8a828d501;hpb=84e15afe4933ee2ca62e3e111ca261c3a986c157;p=oweals%2Fgnunet.git diff --git a/src/peerinfo/peerinfo.h b/src/peerinfo/peerinfo.h index 3e959a6c7..87860097a 100644 --- a/src/peerinfo/peerinfo.h +++ b/src/peerinfo/peerinfo.h @@ -1,10 +1,10 @@ /* This file is part of GNUnet. - (C) 2009 Christian Grothoff (and other contributing authors) + (C) 2009, 2010 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published - by the Free Software Foundation; either version 2, or (at your + by the Free Software Foundation; either version 3, or (at your option) any later version. GNUnet is distributed in the hope that it will be useful, but @@ -31,8 +31,7 @@ /** * Message requesting a listing of all known peers, - * possibly modified by the specified trust value - * and restricted to the specified peer identity. + * possibly restricted to the specified peer identity. */ struct ListPeerMessage { @@ -43,10 +42,9 @@ struct ListPeerMessage struct GNUNET_MessageHeader header; /** - * How much to change the trust in each returned peer, - * in network byte order. + * Always zero. */ - int32_t trust_change GNUNET_PACKED; + uint32_t reserved GNUNET_PACKED; /** * Restrict to peers with this identity (optional @@ -57,28 +55,6 @@ struct ListPeerMessage }; -/** - * Message requesting a listing of all known peers, - * possibly modified by the specified trust value - * and restricted to the specified peer identity. - */ -struct ListAllPeersMessage -{ - - /** - * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET - */ - struct GNUNET_MessageHeader header; - - /** - * How much to change the trust in each returned peer, - * in network byte order. - */ - int32_t trust_change GNUNET_PACKED; - -}; - - /** * Message used to inform the client about * a particular peer; this message is optionally followed @@ -95,10 +71,9 @@ struct InfoMessage struct GNUNET_MessageHeader header; /** - * Amount of trust we now have in the peer, - * in network byte order. + * Always zero. */ - uint32_t trust GNUNET_PACKED; + uint32_t reserved GNUNET_PACKED; /** * About which peer are we talking here?