Page MenuHomeFreeBSD

FFL: Make tcp_ts_getticks() return uint32_t instead of u_int
ClosedPublic

Authored by jtl on Jul 2 2016, 8:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 23, 8:35 PM
Unknown Object (File)
Feb 24 2024, 3:41 AM
Unknown Object (File)
Dec 20 2023, 12:32 AM
Unknown Object (File)
Dec 15 2023, 9:00 AM
Unknown Object (File)
Oct 25 2023, 6:22 AM
Unknown Object (File)
Sep 25 2023, 4:06 AM
Unknown Object (File)
Aug 5 2023, 4:19 AM
Unknown Object (File)
Jun 28 2023, 8:22 AM
Subscribers

Details

Reviewers
gnn
Group Reviewers
transport
Summary

Make tcp_ts_getticks() return uint32_t instead of u_int. While this isn't a "long", it is still an integer of unspecified size. In this case, we always want a 32-bit integer. (Granted, if an int is no longer 32 bits, there is much more code we should review.)

Diff Detail

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

Event Timeline

jtl retitled this revision from to FFL: Make tcp_ts_getticks() return uint32_t instead of u_int.
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:30 AM