Closure for find_by_message_uuid. More...
Data Fields | |
| struct MessageUUIDP | message_uuid |
| UUID to look for. | |
| struct ReassemblyContext * | rc |
| Set to the reassembly context if found. | |
Closure for find_by_message_uuid.
Definition at line 6821 of file gnunet-service-transport.c.
| struct MessageUUIDP FindByMessageUuidContext::message_uuid |
UUID to look for.
Definition at line 6826 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 6831 of file gnunet-service-transport.c.
Referenced by find_by_message_uuid(), and handle_fragment_box().