X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fdatastore%2Fdatastore.h;h=dc3d9d1f26a0c7d927f11f8c8704facc88a04cf2;hb=2105059516320800eaa8fff1196b58f29a50ba7c;hp=6f79ab597d10febd4d5c55739597f783efb19f3b;hpb=f27338992f0a5915ee974faea05f764c2df6f584;p=oweals%2Fgnunet.git diff --git a/src/datastore/datastore.h b/src/datastore/datastore.h index 6f79ab597..dc3d9d1f2 100644 --- a/src/datastore/datastore.h +++ b/src/datastore/datastore.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet - Copyright (C) 2004, 2005, 2006, 2007, 2009 Christian Grothoff (and other contributing authors) + Copyright (C) 2004, 2005, 2006, 2007, 2009 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -106,12 +106,10 @@ struct ReleaseReserveMessage * Message to the datastore service asking about specific * content. */ -struct GetMessage +struct GetKeyMessage { /** - * Type is GNUNET_MESSAGE_TYPE_DATASTORE_GET. Size - * can either be "sizeof(struct GetMessage)" or - * "sizeof(struct GetMessage) - sizeof(struct GNUNET_HashCode)"! + * Type is #GNUNET_MESSAGE_TYPE_DATASTORE_GET_KEY. */ struct GNUNET_MessageHeader header; @@ -126,14 +124,37 @@ struct GetMessage uint64_t offset GNUNET_PACKED; /** - * Desired key (optional). Check the "size" of the - * header to see if the key is actually present. + * Desired key. */ struct GNUNET_HashCode key; }; +/** + * Message to the datastore service asking about specific + * content. + */ +struct GetMessage +{ + /** + * Type is #GNUNET_MESSAGE_TYPE_DATASTORE_GET. + */ + struct GNUNET_MessageHeader header; + + /** + * Desired content type. (actually an enum GNUNET_BLOCK_Type) + */ + uint32_t type GNUNET_PACKED; + + /** + * Offset of the result. + */ + uint64_t offset GNUNET_PACKED; + +}; + + /** * Message to the datastore service asking about zero * anonymity content.