libfoedus-core
FOEDUS Core Library
soc_id.hpp File Reference

Typedefs of ID types used in SOC package. More...

Detailed Description

Typedefs of ID types used in SOC package.

Definition in file soc_id.hpp.

#include <stdint.h>
Include dependency graph for soc_id.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::soc
 System On Chip (SOC) and interprocess communication (IPC).
 

Typedefs

typedef uint16_t foedus::soc::SocId
 Represents an ID of an SOC, or NUMA node. More...
 
typedef uint64_t foedus::soc::Upid
 Universal (or Unique) ID of a process. More...
 

Variables

const uint16_t foedus::soc::kMaxSocs = 256U
 Maximum number of SOCs. More...