Go to the source code of this file.
Data Structures | |
struct | SendState |
State for the 'send' command. More... | |
Functions | |
static void | send_cleanup (void *cls) |
static enum GNUNET_GenericReturnValue | send_traits (void *cls, const void **ret, const char *trait, unsigned int index) |
Return trains of the send command. More... | |
static void | send_run (void *cls, struct GNUNET_TESTING_Interpreter *is) |
Run the 'send' command. More... | |
struct GNUNET_TESTING_Command | GNUNET_TESTING_DHTU_cmd_send (const char *label) |
|
static |
cls | a struct SendState |
Definition at line 51 of file testing_dhtu_cmd_send.c.
References GNUNET_free.
Referenced by GNUNET_TESTING_DHTU_cmd_send().
|
static |
Return trains of the send
command.
cls | closure. | |
[out] | ret | result |
trait | name of the trait. | |
index | index number of the object to offer. |
Definition at line 70 of file testing_dhtu_cmd_send.c.
References GNUNET_NO.
Referenced by GNUNET_TESTING_DHTU_cmd_send().
|
static |
Run the 'send' command.
cls | closure. |
is | interpreter state. |
Definition at line 86 of file testing_dhtu_cmd_send.c.
References SendState::ac, and GNUNET_TESTING_async_finish().
Referenced by GNUNET_TESTING_DHTU_cmd_send().
struct GNUNET_TESTING_Command GNUNET_TESTING_DHTU_cmd_send | ( | const char * | label | ) |
Definition at line 96 of file testing_dhtu_cmd_send.c.
References SendState::ac, GNUNET_TESTING_Command::cls, GNUNET_new, GNUNET_TESTING_set_label(), GNUNET_TESTING_Command::label, send_cleanup(), send_run(), and send_traits().