Also, make some of the functions also private to the module. Remove
unused functions discovered after that.
Details
Details
- Reviewers
rrs - Group Reviewers
transport - Commits
- rGb0a7c008cbc6: tcp_hpts: make struct tcp_hpts_entry private to the module.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 42882 Build 39770: arc lint + arc unit
Event Timeline
Comment Actions
I am usually not a big fan of this type of actions. I like
structures to be in a header file instead of buried in the
.c file.. but if you really think its a good idea.. i guess its ok.. my
feelings are not that strong about it.