-
0e8d8eeb
by Rémi Bernon at 2025-09-21T21:40:03+02:00
server: Return early if there's no queue in queue requests.
-
5ba32a66
by Rémi Bernon at 2025-09-21T21:40:03+02:00
server: Move hooks_count to the end of the queue_shm_t struct.
Avoid field alignment issues as NB_HOOKS is odd.
-
2086693b
by Rémi Bernon at 2025-09-21T21:40:03+02:00
win32u: Move the message queue access time to shared memory.
-
0b34b0d0
by Rémi Bernon at 2025-09-21T21:40:03+02:00
server: Use monotonic_time as queue access time base.
-
8da914b2
by Rémi Bernon at 2025-09-21T21:40:03+02:00
win32u: Check the queue access time from the shared memory.