![]() |
GNUnet
0.11.x
|
Ask for next result of attribute iteration for the given operation. More...
#include </home/handbook/gnunet/src/reclaim/reclaim.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_ATTRIBUTE_ITERATION_NEXT. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
Ask for next result of attribute iteration for the given operation.
struct GNUNET_MessageHeader AttributeIterationNextMessage::header |
Type will be GNUNET_MESSAGE_TYPE_RECLAIM_ATTRIBUTE_ITERATION_NEXT.
uint32_t AttributeIterationNextMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 232 of file reclaim.h.
Referenced by GNUNET_RECLAIM_get_attributes_next(), and handle_iteration_next().