head-management: add infrastructure
This commit is contained in:
parent
078c59d730
commit
8356dd5d5c
28 changed files with 1791 additions and 21 deletions
59
wire/jay_head_manager_session_v1.txt
Normal file
59
wire/jay_head_manager_session_v1.txt
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
request destroy (destructor) {
|
||||
|
||||
}
|
||||
|
||||
request bind_extension {
|
||||
name: u32,
|
||||
interface: str,
|
||||
version: u32,
|
||||
id: id(object) (new),
|
||||
}
|
||||
|
||||
request stop {
|
||||
|
||||
}
|
||||
|
||||
event stopped {
|
||||
|
||||
}
|
||||
|
||||
request start {
|
||||
|
||||
}
|
||||
|
||||
event head_start {
|
||||
head: id(jay_head_v1) (new),
|
||||
name: u64,
|
||||
}
|
||||
|
||||
event head_complete {
|
||||
|
||||
}
|
||||
|
||||
request begin_transaction {
|
||||
|
||||
}
|
||||
|
||||
request rollback_transaction {
|
||||
|
||||
}
|
||||
|
||||
request apply_changes {
|
||||
result: id(jay_head_transaction_result_v1) (new),
|
||||
}
|
||||
|
||||
request test_transaction {
|
||||
result: id(jay_head_transaction_result_v1) (new),
|
||||
}
|
||||
|
||||
request commit_transaction {
|
||||
result: id(jay_head_transaction_result_v1) (new),
|
||||
}
|
||||
|
||||
event transaction_started {
|
||||
|
||||
}
|
||||
|
||||
event transaction_ended {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue