Working tty and io support in shim
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
8e5e9ae70e
commit
b59bd59d8a
9 changed files with 171 additions and 79 deletions
|
@ -84,6 +84,9 @@ message EventsRequest {
|
|||
enum EventType {
|
||||
EXIT = 0;
|
||||
OOM = 1;
|
||||
CREATED = 2;
|
||||
STARTED = 3;
|
||||
EXEC_ADDED = 4;
|
||||
}
|
||||
|
||||
message Event {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue