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:
parent
1c76f32d19
commit
2638dc41d1
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue