mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 18:54:02 -04:00
Remove now-unused pr_ousrreq from struct protosw. It may not have been
used since the last millenia.
This commit is contained in:
parent
178e776169
commit
15d657fda7
1 changed files with 0 additions and 2 deletions
|
|
@ -89,8 +89,6 @@ struct protosw {
|
|||
pr_output_t *pr_output; /* output to protocol (from above) */
|
||||
pr_ctlinput_t *pr_ctlinput; /* control input (from below) */
|
||||
pr_ctloutput_t *pr_ctloutput; /* control output (from above) */
|
||||
/* user-protocol hook */
|
||||
pr_usrreq_t *pr_ousrreq;
|
||||
/* utility hooks */
|
||||
pr_init_t *pr_init;
|
||||
pr_fasttimo_t *pr_fasttimo; /* fast timeout (200ms) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue