GNUnet 0.21.1
PendingMutation Struct Reference

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>

Collaboration diagram for PendingMutation:
[legend]

Data Fields

struct PendingMutationprev
 Mutations are kept in a DLL. More...
 
struct PendingMutationnext
 Mutations are kept in a DLL. More...
 
struct Setset
 Set this mutation is about. More...
 
struct GNUNET_SET_ElementMessagemsg
 Message that describes the desired mutation. More...
 

Detailed Description

Information about a mutation to apply to a set.

Definition at line 488 of file gnunet-service-set.h.

Field Documentation

◆ prev

struct PendingMutation* PendingMutation::prev

Mutations are kept in a DLL.

Definition at line 493 of file gnunet-service-set.h.

◆ next

struct PendingMutation* PendingMutation::next

Mutations are kept in a DLL.

Definition at line 498 of file gnunet-service-set.h.

◆ set

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().

◆ msg

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.


The documentation for this struct was generated from the following file: