Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Key_entry Struct Reference

The Key_entry struct. More...

#include <Key_Entry.h>

Collaboration diagram for Key_entry:
Collaboration graph

Data Fields

struct Chained_List target_ks
 the list of Knowledge_system identified by this key entry More...
 
MALP_Spinlock lock
 a lock for concurrent access More...
 
uint64_t key
 the key identifier More...
 
uint8_t freed
 set to one when the entry is released, 0 otherwise More...
 

Detailed Description

The Key_entry struct.

Definition at line 35 of file Key_Entry.h.

Field Documentation

uint8_t Key_entry::freed

set to one when the entry is released, 0 otherwise

Definition at line 40 of file Key_Entry.h.

uint64_t Key_entry::key

the key identifier

Definition at line 39 of file Key_Entry.h.

MALP_Spinlock Key_entry::lock

a lock for concurrent access

Definition at line 38 of file Key_Entry.h.

struct Chained_List Key_entry::target_ks

the list of Knowledge_system identified by this key entry

Definition at line 37 of file Key_Entry.h.


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