Rename event pipes to broadcast pipes

This commit is contained in:
2025-09-09 17:52:19 +02:00
parent ab224eda8e
commit 1029db6342
6 changed files with 16 additions and 15 deletions

View File

@ -31,7 +31,7 @@ void main(void) {
uprintf("failed to create 10th pipe\n");
}
int32_t r = ipcpipe(IPCPIPE_SELFPID, 10, IPCPIPE_REG_EVT_PIPE, NULL, 1);
int32_t r = ipcpipe(IPCPIPE_SELFPID, 10, IPCPIPE_ADD_BCAST, NULL, 1);
uprintf("%d\n", r);
while(1) {