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)
Mon, Sep 16, 10:13 AM
Unknown Object (File)
Mon, Sep 16, 10:12 AM
Unknown Object (File)
Mon, Sep 16, 10:02 AM
Unknown Object (File)
Sun, Sep 15, 9:30 AM
Unknown Object (File)
Fri, Sep 13, 4:50 PM
Unknown Object (File)
Sun, Sep 8, 2:52 AM
Unknown Object (File)
Fri, Sep 6, 1:42 AM
Unknown Object (File)
Apr 23 2024, 8:35 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