Closure for find_by_message_uuid. More...
Data Fields | |
struct MessageUUIDP | message_uuid |
UUID to look for. More... | |
struct ReassemblyContext * | rc |
Set to the reassembly context if found. More... | |
Closure for find_by_message_uuid.
Definition at line 6522 of file gnunet-service-transport.c.
struct MessageUUIDP FindByMessageUuidContext::message_uuid |
UUID to look for.
Definition at line 6527 of file gnunet-service-transport.c.
Referenced by find_by_message_uuid(), and handle_fragment_box().
struct ReassemblyContext* FindByMessageUuidContext::rc |
Set to the reassembly context if found.
Definition at line 6532 of file gnunet-service-transport.c.
Referenced by find_by_message_uuid(), and handle_fragment_box().