mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
Revert "std: add accept_filter struct to make use of SO_ACCEPTFILTER socket option"
This reverts commit 1d322fe510.
This commit is contained in:
parent
62deaaacd5
commit
aa5808c26c
1 changed files with 0 additions and 5 deletions
|
|
@ -1105,11 +1105,6 @@ pub const DT = struct {
|
||||||
pub const WHT = 14;
|
pub const WHT = 14;
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const accept_filter = extern struct {
|
|
||||||
af_name: [16]u8,
|
|
||||||
af_args: [240]u8,
|
|
||||||
};
|
|
||||||
|
|
||||||
/// add event to kq (implies enable)
|
/// add event to kq (implies enable)
|
||||||
pub const EV_ADD = 0x0001;
|
pub const EV_ADD = 0x0001;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue