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
- R10:b0a7c008cbc6: tcp_hpts: make struct tcp_hpts_entry private to the module.
Diff Detail
Diff Detail
- Repository
- R10 FreeBSD src repository
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
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.