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)
Fri, Sep 26, 6:04 PM
Unknown Object (File)
Jul 28 2025, 2:58 PM
Unknown Object (File)
Jul 27 2025, 6:33 AM
Unknown Object (File)
Jul 27 2025, 6:21 AM
Unknown Object (File)
May 30 2025, 8:24 AM
Unknown Object (File)
Apr 20 2025, 1:55 PM
Unknown Object (File)
Apr 20 2025, 1:53 PM
Unknown Object (File)
Apr 20 2025, 1:49 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