]> git.corax.cc Git - foundry/commit
include/msg: Add foundry base message type
authorMatthias Kruk <m@m10k.eu>
Sun, 11 Jul 2021 06:31:53 +0000 (15:31 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 11 Jul 2021 06:31:53 +0000 (15:31 +0900)
commitdad54f1ee252882756286eb3e4d47d88df49c70e
tree8f8432e63176d0ef07240533f87938a1d80b6425
parent4ca186d4c4349249b74df5d5641b100720c107f4
include/msg: Add foundry base message type

Because the current foundry implementation transmits all message types
directly on top of the ipc layer, distinguishing message types is not
trivial.
This commit solves adds a base message type for foundry messages,
including an attribute that contains the message type, making it
making it possible for message types to be easily distinguished.
include/msg.sh [new file with mode: 0644]
spec/base.json [new file with mode: 0644]