Result from regex search. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/regex/regex_ipc.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type is GNUNET_MESSAGE_TYPE_REGEX_RESULT. More... | |
uint16_t | get_path_length |
Number of entries in the GET path. More... | |
uint16_t | put_path_length |
Number of entries in the PUT path. More... | |
struct GNUNET_PeerIdentity | id |
Identity of the peer that was found. More... | |
Result from regex search.
Definition at line 77 of file regex_ipc.h.
struct GNUNET_MessageHeader ResultMessage::header |
Type is GNUNET_MESSAGE_TYPE_REGEX_RESULT.
Definition at line 82 of file regex_ipc.h.
uint16_t ResultMessage::get_path_length |
Number of entries in the GET path.
Definition at line 87 of file regex_ipc.h.
uint16_t ResultMessage::put_path_length |
Number of entries in the PUT path.
Definition at line 92 of file regex_ipc.h.
struct GNUNET_PeerIdentity ResultMessage::id |
Identity of the peer that was found.
Definition at line 97 of file regex_ipc.h.