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:
Augustin Cavalier
2024-07-30 14:54:49 +00:00
committed by waddlesplash
parent 4c62171e88
commit e864e93949
11 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ typedef struct net_buffer {
uint32 index;
int32 type;
};
uint32 flags;
uint32 msg_flags;
uint32 size;
uint8 protocol;
} net_buffer;