1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-21 18:11:11 +00:00

use PTHREAD_PROCESS_SHARED instead of magic 1

This commit is contained in:
Desour 2023-06-08 23:07:46 +02:00
parent 1c76f32d19
commit 2638dc41d1
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ struct IPCChannelBuffer
u8 data[IPC_CHANNEL_MSG_SIZE] = {};
IPCChannelBuffer();
~IPCChannelBuffer();
~IPCChannelBuffer(); // Note: only destruct once, i.e. in one process
};
struct IPCChannelShared