mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 10:25:13 +00:00
netlink ifi_change no longer reserved
The documentation (e.g. `man 7 rtnetlink`) states that ifi_change "is reserved for future use and should be always set to 0xFFFFFFFF". This is no longer true, even though the text hasn't been updated.
This commit is contained in:
parent
9f8d1a9ff3
commit
a3f7a48d9c
@ -273,8 +273,7 @@ pub const ifinfomsg = extern struct {
|
||||
flags: c_uint,
|
||||
|
||||
/// IFF_* change mask
|
||||
/// is reserved for future use and should be always set to 0xFFFFFFFF.
|
||||
change: c_uint = 0xFFFFFFFF,
|
||||
change: c_uint,
|
||||
};
|
||||
|
||||
pub const rtattr = extern struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user