uint32_t getl,
const struct GNUNET_PeerIdentity *get_path,
uint32_t replevel,
+ uint32_t desired_replication_level,
enum GNUNET_BLOCK_Type type,
const struct GNUNET_MessageHeader *data,
uint16_t size)
memcpy (&mmsg->key, key, sizeof (GNUNET_HashCode));
mmsg->put_path_length = htonl(putl);
mmsg->get_path_length = htonl(getl);
+ mmsg->desired_replication_level = htonl (desired_replication_level);
path = (struct GNUNET_PeerIdentity *) &mmsg[1];
if (putl > 0)
{
uint32_t getl,
const struct GNUNET_PeerIdentity *get_path,
uint32_t replevel,
+ uint32_t desired_replication_level,
enum GNUNET_BLOCK_Type type,
const struct GNUNET_MessageHeader *data,
uint16_t size);