Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Message
Class
Message
Kernel/include/objects/message.h:13–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include <objects/kobject.h>
12
13
struct Message{
14
union{
15
uint64_t data; // Empty, pointer or integer
16
uint8_t* dataP;
17
};
18
uint64_t id = 0;
19
uint16_t size = 0;
20
};
21
22
struct Reponse{
23
Message* ret;
Callers
2
WMWindow
Method · 0.50
Resize
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected