Page MenuHomeFreeBSD

lltable: use sa_family_t instead of int for lltable.llt_af
ClosedPublic

Authored by takahiro.kurosawa_gmail.com on May 26 2022, 9:43 AM.
Tags
None
Referenced Files
F166406109: D35323.id106384.diff
Thu, Aug 13, 10:55 AM
F166406032: D35323.id106464.diff
Thu, Aug 13, 10:55 AM
F166405646: D35323.diff
Thu, Aug 13, 10:51 AM
Unknown Object (File)
Wed, Aug 5, 2:12 PM
Unknown Object (File)
Sun, Aug 2, 6:06 AM
Unknown Object (File)
Sun, Aug 2, 5:14 AM
Unknown Object (File)
Sun, Aug 2, 1:51 AM
Unknown Object (File)
Sat, Aug 1, 6:35 AM

Details

Summary

Use proper type for address family instead of int.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 45718
Build 42606: arc lint + arc unit

Event Timeline

melifaro added inline comments.
sys/net/if_llatbl.h
170–171

Nit: I'd add explicit uint8_t llt_spare[3] to indicate the spare field that arises due to alignment.

This revision is now accepted and ready to land.May 26 2022, 9:59 AM

Add the spare member to indicate explicit alignment.

This revision now requires review to proceed.May 26 2022, 10:13 AM
sys/net/if_llatbl.h
170–171

I've added the llt_spare member.

This revision was not accepted when it landed; it landed in state Needs Review.May 30 2022, 10:54 AM
This revision was automatically updated to reflect the committed changes.