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,16 +1,16 @@
|
|||
# requests
|
||||
|
||||
msg create_pool = 0 {
|
||||
request create_pool = 0 {
|
||||
id: id(wl_shm_pool),
|
||||
fd: fd,
|
||||
size: i32,
|
||||
}
|
||||
|
||||
msg release = 1 {
|
||||
request release = 1 {
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg format = 0 {
|
||||
event format = 0 {
|
||||
format: u32,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue