aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/reclaim.h')
-rw-r--r--src/reclaim/reclaim.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/reclaim/reclaim.h b/src/reclaim/reclaim.h
index 38f32426a..cff12c6e4 100644
--- a/src/reclaim/reclaim.h
+++ b/src/reclaim/reclaim.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -76,7 +76,7 @@ struct AttributeStoreResultMessage
76 * Message header 76 * Message header
77 */ 77 */
78 struct GNUNET_MessageHeader header; 78 struct GNUNET_MessageHeader header;
79 79
80 /** 80 /**
81 * Unique identifier for this request (for key collisions). 81 * Unique identifier for this request (for key collisions).
82 */ 82 */
@@ -201,12 +201,8 @@ struct TicketIterationStartMessage
201 /** 201 /**
202 * Identity. 202 * Identity.
203 */ 203 */
204 struct GNUNET_CRYPTO_EcdsaPublicKey identity; 204 struct GNUNET_CRYPTO_EcdsaPrivateKey identity;
205 205
206 /**
207 * Identity is audience or issuer
208 */
209 uint32_t is_audience GNUNET_PACKED;
210}; 206};
211 207
212 208