Information about a mutation to apply to a set. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/set/gnunet-service-set.h>
Data Fields | |
struct PendingMutation * | prev |
Mutations are kept in a DLL. More... | |
struct PendingMutation * | next |
Mutations are kept in a DLL. More... | |
struct Set * | set |
Set this mutation is about. More... | |
struct GNUNET_SET_ElementMessage * | msg |
Message that describes the desired mutation. More... | |
Information about a mutation to apply to a set.
Definition at line 488 of file gnunet-service-set.h.
struct PendingMutation* PendingMutation::prev |
Mutations are kept in a DLL.
Definition at line 493 of file gnunet-service-set.h.
struct PendingMutation* PendingMutation::next |
Mutations are kept in a DLL.
Definition at line 498 of file gnunet-service-set.h.
struct Set* PendingMutation::set |
Set this mutation is about.
Definition at line 503 of file gnunet-service-set.h.
Referenced by client_disconnect_cb(), and execute_delayed_mutations().
struct GNUNET_SET_ElementMessage* PendingMutation::msg |
Message that describes the desired mutation.
May only be a GNUNET_MESSAGE_TYPE_SET_ADD or GNUNET_MESSAGE_TYPE_SET_REMOVE.
Definition at line 510 of file gnunet-service-set.h.