mirror of
https://github.com/drasko/codezero.git
synced 2026-04-18 09:49:05 +02:00
Fixed various minor issues.
Tag setting before ipc via l4 libraries don't seem to work, whereas c0 internally generated ipcs do it correctly.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
/*** IPC Tags used between server tasks ***/
|
||||
|
||||
/* For ping ponging */
|
||||
#define L4_IPC_TAG_PINGPONG 3
|
||||
#define L4_IPC_TAG_WAIT 3
|
||||
|
||||
/* To negotiate a shared memory mapping */
|
||||
#define L4_IPC_TAG_SHM 4
|
||||
|
||||
Reference in New Issue
Block a user