wire: split messages into requests and events
This commit is contained in:
parent
2b35f30ed4
commit
c473d63df3
98 changed files with 495 additions and 486 deletions
|
|
@ -1,15 +1,15 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 {
|
||||
request destroy = 0 {
|
||||
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg no_device = 0 {
|
||||
event no_device = 0 {
|
||||
|
||||
}
|
||||
|
||||
msg device = 1 {
|
||||
event device = 1 {
|
||||
fd: fd,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue