Remove bcast pipes

This commit is contained in:
2025-10-04 14:43:24 +02:00
parent ef9393e694
commit 0117080b61
4 changed files with 0 additions and 40 deletions

View File

@ -60,11 +60,6 @@ typedef struct Proc {
IpcPipe *pipes[PROC_PIPEHANDLES_MAX];
SpinLock pipes_spinlock;
struct {
IpcPipe *list;
SpinLock spinlock;
} bcast_pipes;
Dev *devs[PROC_DEVHANDLES_MAX];
SpinLock devs_spinlock;