commonly used definitions; globals in this file are exempt from the rule that the module name ("commo...
#define GNUNET_NETWORK_STRUCT_BEGIN
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32.
#define GNUNET_NETWORK_STRUCT_END
Define as empty, GNUNET_PACKED should suffice, but this won't work on W32;.
#define GNUNET_PACKED
gcc-ism to get packed structs.
Auction creation request sent from the client to the service.
struct GNUNET_TIME_AbsoluteNBO time_start
When should the auction start.
uint16_t outcome_public
Should the auction outcome be public? 0 for private outcome auctions.
struct GNUNET_MessageHeader header
Type: GNUNET_MESSAGE_TYPE_AUCTION_CLIENT_CREATE.
struct GNUNET_TIME_RelativeNBO time_round
How long is each round allowed to be maximally.
uint16_t m
Auction parameter m.
Time for absolute time used by GNUnet, in microseconds and in network byte order.
Time for relative time used by GNUnet, in microseconds and in network byte order.