Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Public Member Functions | |
virtual bool | start (int priority=-1)=0 |
virtual void | stop ()=0 |
virtual std::thread::id | threadId () const =0 |
virtual pid_t | gettid () const =0 |
virtual bool | addSource (const std::shared_ptr< IPollSource > &source, int fd, uint32_t events)=0 |
virtual bool | modSource (const std::shared_ptr< IPollSource > &source, uint32_t events)=0 |
virtual void | delSource (const std::shared_ptr< IPollSource > &source, int fd=-1)=0 |
virtual bool | hasSource (const std::shared_ptr< IPollSource > &source)=0 |