Page MenuHomeFreeBSD

FFL: Convert hostcache rmx_ssthresh from u_long to uint32_t
ClosedPublic

Authored by jtl on Jul 2 2016, 8:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 4 2024, 7:33 PM
Unknown Object (File)
Oct 4 2024, 2:11 PM
Unknown Object (File)
Sep 24 2024, 8:29 PM
Unknown Object (File)
Sep 16 2024, 10:13 AM
Unknown Object (File)
Sep 16 2024, 10:12 AM
Unknown Object (File)
Sep 16 2024, 10:02 AM
Unknown Object (File)
Sep 15 2024, 9:30 AM
Unknown Object (File)
Sep 13 2024, 4:50 PM
Subscribers

Details

Reviewers
gnn
Group Reviewers
transport
Summary

Convert hostcache rmx_ssthresh from u_long to uint32_t. Again, this diverges from the type in the rt_metrics structure; however, that shouldn't matter as the two values are currently tracked separately.

Diff Detail

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

Event Timeline

jtl retitled this revision from to FFL: Convert hostcache rmx_ssthresh from u_long to uint32_t.
jtl updated this object.
jtl edited the test plan for this revision. (Show Details)
jtl added a reviewer: transport.
gnn added a reviewer: gnn.
This revision is now accepted and ready to land.Jul 4 2016, 12:24 AM