add PCTL_DELETE for removing pipes

This commit is contained in:
2025-09-18 22:43:24 +02:00
parent 024a5b2e21
commit 4c17f26915
4 changed files with 30 additions and 18 deletions

View File

@ -15,6 +15,7 @@ enum {
IPCPIPE_WRITE = 2,
IPCPIPE_ADD_BCAST = 3,
IPCPIPE_REPLACE = 4,
IPCPIPE_DELETE = 5,
};
#endif // SHARE_SYSDEFS_IPCPIPE_H_