Data Fields | |
struct GNUNET_PILS_Operation * | next |
struct GNUNET_PILS_Operation * | prev |
struct GNUNET_PILS_Handle * | h |
GNUNET_PILS_DecapsResultCallback | decaps_cb |
void * | decaps_cb_cls |
GNUNET_PILS_SignResultCallback | sign_cb |
void * | sign_cb_cls |
struct GNUNET_MQ_Envelope * | env |
uint32_t | op_id |
Definition at line 47 of file pils_api.c.
struct GNUNET_PILS_Operation* GNUNET_PILS_Operation::next |
Definition at line 50 of file pils_api.c.
struct GNUNET_PILS_Operation* GNUNET_PILS_Operation::prev |
Definition at line 53 of file pils_api.c.
struct GNUNET_PILS_Handle* GNUNET_PILS_Operation::h |
Definition at line 56 of file pils_api.c.
GNUNET_PILS_DecapsResultCallback GNUNET_PILS_Operation::decaps_cb |
Definition at line 59 of file pils_api.c.
void* GNUNET_PILS_Operation::decaps_cb_cls |
Definition at line 62 of file pils_api.c.
GNUNET_PILS_SignResultCallback GNUNET_PILS_Operation::sign_cb |
Definition at line 65 of file pils_api.c.
void* GNUNET_PILS_Operation::sign_cb_cls |
Definition at line 68 of file pils_api.c.
struct GNUNET_MQ_Envelope* GNUNET_PILS_Operation::env |
Definition at line 71 of file pils_api.c.
uint32_t GNUNET_PILS_Operation::op_id |
Definition at line 74 of file pils_api.c.