Added RequestWithContext & ControlWithContext

This commit is contained in:
David Marcec 2018-05-17 14:03:52 -07:00
parent 1b5c02fc37
commit fd86cdb2e2
3 changed files with 7 additions and 1 deletions

View file

@ -32,6 +32,8 @@ enum class CommandType : u32 {
Close = 2,
Request = 4,
Control = 5,
RequestWithContext = 6,
ControlWithContext = 7,
Unspecified,
};