add PCTL_DELETE for removing pipes
This commit is contained in:
@ -15,6 +15,7 @@ enum {
|
||||
IPCPIPE_WRITE = 2,
|
||||
IPCPIPE_ADD_BCAST = 3,
|
||||
IPCPIPE_REPLACE = 4,
|
||||
IPCPIPE_DELETE = 5,
|
||||
};
|
||||
|
||||
#endif // SHARE_SYSDEFS_IPCPIPE_H_
|
||||
|
Reference in New Issue
Block a user