This commit is contained in:
John Smith
2022-02-15 13:40:17 -05:00
parent 125901fcd8
commit 7458d0d991
12 changed files with 191 additions and 103 deletions

View File

@@ -18,7 +18,7 @@ struct Attachment {
struct VeilidUpdate {
union {
attachment @0 :Attachment;
dummy @1 :Void;
shutdown @1 :Void;
}
}