network: Rename net_buffer::flags to msg_flags.
It contains only the MSG_* flags, not any other kind of flags. Change-Id: Ia4590d87a1638fcdb848ef2b816b047b72ca2836 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7915 Reviewed-by: waddlesplash <[email protected]> Tested-by: Commit checker robot <[email protected]> Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
4c62171e88
commit
e864e93949
@@ -32,7 +32,7 @@ typedef struct net_buffer {
|
||||
uint32 index;
|
||||
int32 type;
|
||||
};
|
||||
uint32 flags;
|
||||
uint32 msg_flags;
|
||||
uint32 size;
|
||||
uint8 protocol;
|
||||
} net_buffer;
|
||||
|
||||
Reference in New Issue
Block a user