aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/reclaim.h
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-12 16:34:16 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-14 10:01:23 +0200
commitdfe11b6b541b47c85cdf56e55ebb816d6793db31 (patch)
treeb1c05be186902b4e510ab803e489094402b8149a /src/reclaim/reclaim.h
parenta12b8c2c4cbf952c8c305cde193bb25c13a0912b (diff)
downloadgnunet-dfe11b6b541b47c85cdf56e55ebb816d6793db31.tar.gz
gnunet-dfe11b6b541b47c85cdf56e55ebb816d6793db31.zip
RECLAIM: Towards -sql
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