diff options
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r-- | sys/netinet/sctp_pcb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h index ddcbf4d..cea9178 100644 --- a/sys/netinet/sctp_pcb.h +++ b/sys/netinet/sctp_pcb.h @@ -182,6 +182,7 @@ struct sctp_epinfo { struct mtx it_mtx; struct mtx ipi_iterator_wq_mtx; struct mtx ipi_addr_mtx; + struct mtx ipi_pktlog_mtx; uint32_t ipi_count_ep; /* assoc/tcb zone info */ |