Data Fields | |
struct SetKey | input_set |
struct SetKey | output_set |
struct RfnKey | output_rfn |
struct DiffKey | output_diff |
int | do_not_remove |
int | transceive_contested |
struct GNUNET_SET_OperationHandle * | op |
Definition at line 192 of file gnunet-service-consensus.c.
struct SetKey SetOpCls::input_set |
Definition at line 194 of file gnunet-service-consensus.c.
Referenced by commit_set(), construct_task_graph(), construct_task_graph_gradecast(), and task_start_reconcile().
struct SetKey SetOpCls::output_set |
Definition at line 196 of file gnunet-service-consensus.c.
Referenced by construct_task_graph(), construct_task_graph_gradecast(), set_result_cb(), and task_start_reconcile().
struct RfnKey SetOpCls::output_rfn |
Definition at line 197 of file gnunet-service-consensus.c.
Referenced by construct_task_graph_gradecast(), set_result_cb(), and task_start_reconcile().
struct DiffKey SetOpCls::output_diff |
Definition at line 198 of file gnunet-service-consensus.c.
Referenced by construct_task_graph_gradecast(), set_result_cb(), and task_start_reconcile().
int SetOpCls::do_not_remove |
Definition at line 200 of file gnunet-service-consensus.c.
Referenced by construct_task_graph(), and set_result_cb().
int SetOpCls::transceive_contested |
Definition at line 202 of file gnunet-service-consensus.c.
Referenced by commit_set(), construct_task_graph_gradecast(), and set_result_cb().
struct GNUNET_SET_OperationHandle* SetOpCls::op |
Definition at line 204 of file gnunet-service-consensus.c.
Referenced by commit_set(), set_listen_cb(), and task_start_reconcile().