Added RequestWithContext & ControlWithContext
This commit is contained in:
parent
1b5c02fc37
commit
fd86cdb2e2
3 changed files with 7 additions and 1 deletions
|
@ -32,6 +32,8 @@ enum class CommandType : u32 {
|
|||
Close = 2,
|
||||
Request = 4,
|
||||
Control = 5,
|
||||
RequestWithContext = 6,
|
||||
ControlWithContext = 7,
|
||||
Unspecified,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue