Get rid of the type field on zmessage

This commit is contained in:
Drew Galbraith 2023-06-17 02:01:21 -07:00
parent 7bd6aa42b0
commit 685070d65e
13 changed files with 35 additions and 53 deletions

View file

@ -30,7 +30,6 @@ class Port : public KernelObject {
private:
struct Message {
uint64_t type;
uint64_t num_bytes;
uint8_t* bytes;