Dobby  3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
Public Types | Public Attributes | Protected Member Functions | List of all members
EthanLogLoop::Event Struct Reference
Inheritance diagram for EthanLogLoop::Event:
Inheritance graph
[legend]
Collaboration diagram for EthanLogLoop::Event:
Collaboration graph
[legend]

Public Types

enum  Type { Terminate , AddClient , SetClientBasePid }
 

Public Attributes

enum EthanLogLoop::Event::Type type
 
ContainerId id
 
int pipeFd
 
pid_t basePid
 
std::string tag
 
unsigned allowedLevels
 
uint64_t rate
 
uint64_t burstSize
 

Protected Member Functions

 Event (Type type_)
 
 Event (Type type_, const ContainerId &id_, const std::string &name, int fd, unsigned levels, uint64_t rate, uint64_t burst)
 
 Event (Type type_, const ContainerId &id_, pid_t basePid_)
 

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