Asylo
Enumerations
shared_name_kind.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  SharedNameKind {
  kUnspecifiedName = 0, kAddressName, kSocketName, kTimerName,
  kMemBlockName
}
 Separate namespaces for naming shared resources across the enclave boundary. More...
 

Enumeration Type Documentation

◆ SharedNameKind

Separate namespaces for naming shared resources across the enclave boundary.

Enumerator
kUnspecifiedName 

A default provided for resources that don't belong to any particular namespace.

kAddressName 

An address resource.

kSocketName 

A socket resource.

kTimerName 

A timer resource.

kMemBlockName 

A shared memory block.