Data Fields | |
| struct SetKey | key |
| struct GNUNET_SET_Handle * | h |
| int | is_contested |
| GNUNET_YES if the set resulted from applying a referendum with contested elements. | |
Definition at line 159 of file gnunet-service-consensus.c.
| struct SetKey SetEntry::key |
Definition at line 161 of file gnunet-service-consensus.c.
Referenced by commit_set(), handle_client_join(), put_set(), set_copy_cb(), and task_start_eval_echo().
| struct GNUNET_SET_Handle* SetEntry::h |
Definition at line 162 of file gnunet-service-consensus.c.
Referenced by commit_set(), create_set_copy_for_task(), handle_client_insert(), handle_client_join(), put_set(), set_copy_cb(), set_result_cb(), task_start_apply_round(), task_start_eval_echo(), task_start_finish(), and task_start_reconcile().
| int SetEntry::is_contested |
GNUNET_YES if the set resulted from applying a referendum with contested elements.
Definition at line 168 of file gnunet-service-consensus.c.
Referenced by commit_set(), and task_start_eval_echo().