A struct describing a specific type of operation that should be performed using the attached ASPA record.
More...
#include <aspa_private.h>
A struct describing a specific type of operation that should be performed using the attached ASPA record.
- Parameters
-
index | A value uniquely identifying this operation's position within the array of operations. |
type | The operation's type. |
record | The record that should be added or removed. |
is_no_op | A boolean value indicating whether this operation is part of a pair of 'add <CAS> ' and 'remove <CAS> ' operations that form a no-op. |
◆ index
size_t aspa_update_operation::index |
◆ is_no_op
bool aspa_update_operation::is_no_op |
◆ record
◆ type
enum aspa_operation_type aspa_update_operation::type |
The documentation for this struct was generated from the following file: