RTRlib
Loading...
Searching...
No Matches
aspa_update_operation Struct Reference

A struct describing a specific type of operation that should be performed using the attached ASPA record. More...

#include <aspa_private.h>

Data Fields

size_t index
 
enum aspa_operation_type type
 
struct aspa_record record
 
bool is_no_op
 

Detailed Description

A struct describing a specific type of operation that should be performed using the attached ASPA record.

Parameters
indexA value uniquely identifying this operation's position within the array of operations.
typeThe operation's type.
recordThe record that should be added or removed.
is_no_opA boolean value indicating whether this operation is part of a pair of 'add <CAS>' and 'remove <CAS>' operations that form a no-op.

Field Documentation

◆ index

size_t aspa_update_operation::index

◆ is_no_op

bool aspa_update_operation::is_no_op

◆ record

struct aspa_record aspa_update_operation::record

◆ type

enum aspa_operation_type aspa_update_operation::type

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