mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
System/Libraries/Ipc: Add msg->timestamp to IpcMessage class
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
class IpcMessage {
|
||||
CTask* client;
|
||||
I64 timestamp;
|
||||
I64 type;
|
||||
U64 payload;
|
||||
I64 i64;
|
||||
@@ -42,6 +43,7 @@ U0 @ipc_msg_send(
|
||||
Free(msg);
|
||||
return;
|
||||
}
|
||||
msg->timestamp = cnts.jiffies;
|
||||
FifoI64Ins(task->ipc, msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user