Recompile capnpc schemas for capnpc 0.4
This commit is contained in:
parent
8a33a1864a
commit
d785521932
2 changed files with 6 additions and 6 deletions
|
|
@ -307,16 +307,16 @@ struct Value {
|
|||
text @12 :Text;
|
||||
data @13 :Data;
|
||||
|
||||
list @14 :Object;
|
||||
list @14 :AnyPointer;
|
||||
|
||||
enum @15 :UInt16;
|
||||
struct @16 :Object;
|
||||
struct @16 :AnyPointer;
|
||||
|
||||
interface @17 :Void;
|
||||
# The only interface value that can be represented statically is "null", whose methods always
|
||||
# throw exceptions.
|
||||
|
||||
object @18 :Object;
|
||||
object @18 :AnyPointer;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ static const uint8_t capn_buf[8168] = {
|
|||
77,0,0,0,34,0,0,0,
|
||||
77,0,0,0,26,0,0,0,
|
||||
76,0,0,0,6,0,20,0,
|
||||
13,229,209,254,24,0,0,0,
|
||||
29,109,174,255,24,0,0,0,
|
||||
33,1,0,0,41,0,0,0,
|
||||
33,1,0,0,34,0,0,0,
|
||||
33,1,0,0,35,0,0,0,
|
||||
|
|
@ -390,7 +390,7 @@ static const uint8_t capn_buf[8168] = {
|
|||
77,0,0,0,34,0,0,0,
|
||||
77,0,0,0,26,0,0,0,
|
||||
76,0,0,0,6,0,20,0,
|
||||
45,223,209,254,24,0,0,0,
|
||||
61,103,174,255,24,0,0,0,
|
||||
33,1,0,0,41,0,0,0,
|
||||
33,1,0,0,34,0,0,0,
|
||||
33,1,0,0,35,0,0,0,
|
||||
|
|
@ -685,7 +685,7 @@ static const uint8_t capn_buf[8168] = {
|
|||
77,0,0,0,34,0,0,0,
|
||||
77,0,0,0,26,0,0,0,
|
||||
76,0,0,0,6,0,20,0,
|
||||
145,218,209,254,24,0,0,0,
|
||||
161,98,174,255,24,0,0,0,
|
||||
33,1,0,0,41,0,0,0,
|
||||
33,1,0,0,34,0,0,0,
|
||||
33,1,0,0,35,0,0,0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue