mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-17 13:24:19 -05:00
GUIdocs changed
update msg_hdr struct
This commit is contained in:
parent
29111c1ab9
commit
9e7229321a
@ -103,6 +103,12 @@ Each message starts with the following header
|
|||||||
struct msghdr {
|
struct msghdr {
|
||||||
uint32_t type;
|
uint32_t type;
|
||||||
uint32_t window;
|
uint32_t window;
|
||||||
|
/* This field is intended for use by gui_agents to skip unknown
|
||||||
|
* messages from the (trusted) guid. Guid, on the other hand,
|
||||||
|
* should never rely on this field to calculate the actual len of
|
||||||
|
* message to be read, as the (untrusted) agent can put here
|
||||||
|
* whatever it wants! */
|
||||||
|
uint32_t untrusted_len;
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user