Skip to content

Commit 3765a05

Browse files
committed
right include
1 parent 9f3a969 commit 3765a05

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

sys/altq/altq_var.h

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ typedef void (timeout_t)(void *);
207207
#define m_pktlen(m) ((m)->m_pkthdr.len)
208208

209209
struct ifnet; struct mbuf;
210-
struct pf_altq;
210+
struct npf_altq;
211211
#ifdef ALTQ3_CLFIER_COMPAT
212212
struct flowinfo;
213213
#endif
@@ -227,34 +227,34 @@ void altq_assert(const char *, int, const char *);
227227
int tbr_set(struct ifaltq *, struct tb_profile *);
228228
int tbr_get(struct ifaltq *, struct tb_profile *);
229229

230-
int altq_pfattach(struct pf_altq *);
231-
int altq_pfdetach(struct pf_altq *);
232-
int altq_add(struct pf_altq *);
233-
int altq_remove(struct pf_altq *);
234-
int altq_add_queue(struct pf_altq *);
235-
int altq_remove_queue(struct pf_altq *);
236-
int altq_getqstats(struct pf_altq *, void *, int *);
230+
int altq_pfattach(struct npf_altq *);
231+
int altq_pfdetach(struct npf_altq *);
232+
int altq_add(struct npf_altq *);
233+
int altq_remove(struct npf_altq *);
234+
int altq_add_queue(struct npf_altq *);
235+
int altq_remove_queue(struct npf_altq *);
236+
int altq_getqstats(struct npf_altq *, void *, int *);
237237

238-
int cbq_pfattach(struct pf_altq *);
239-
int cbq_add_altq(struct pf_altq *);
240-
int cbq_remove_altq(struct pf_altq *);
241-
int cbq_add_queue(struct pf_altq *);
242-
int cbq_remove_queue(struct pf_altq *);
243-
int cbq_getqstats(struct pf_altq *, void *, int *);
238+
int cbq_pfattach(struct npf_altq *);
239+
int cbq_add_altq(struct npf_altq *);
240+
int cbq_remove_altq(struct npf_altq *);
241+
int cbq_add_queue(struct npf_altq *);
242+
int cbq_remove_queue(struct npf_altq *);
243+
int cbq_getqstats(struct npf_altq *, void *, int *);
244244

245-
int priq_pfattach(struct pf_altq *);
246-
int priq_add_altq(struct pf_altq *);
247-
int priq_remove_altq(struct pf_altq *);
248-
int priq_add_queue(struct pf_altq *);
249-
int priq_remove_queue(struct pf_altq *);
250-
int priq_getqstats(struct pf_altq *, void *, int *);
245+
int priq_pfattach(struct npf_altq *);
246+
int priq_add_altq(struct npf_altq *);
247+
int priq_remove_altq(struct npf_altq *);
248+
int priq_add_queue(struct npf_altq *);
249+
int priq_remove_queue(struct npf_altq *);
250+
int priq_getqstats(struct npf_altq *, void *, int *);
251251

252-
int hfsc_pfattach(struct pf_altq *);
253-
int hfsc_add_altq(struct pf_altq *);
254-
int hfsc_remove_altq(struct pf_altq *);
255-
int hfsc_add_queue(struct pf_altq *);
256-
int hfsc_remove_queue(struct pf_altq *);
257-
int hfsc_getqstats(struct pf_altq *, void *, int *);
252+
int hfsc_pfattach(struct npf_altq *);
253+
int hfsc_add_altq(struct npf_altq *);
254+
int hfsc_remove_altq(struct npf_altq *);
255+
int hfsc_add_queue(struct npf_altq *);
256+
int hfsc_remove_queue(struct npf_altq *);
257+
int hfsc_getqstats(struct npf_altq *, void *, int *);
258258

259259
#endif /* _KERNEL */
260260
#endif /* _ALTQ_ALTQ_VAR_H_ */

0 commit comments

Comments
 (0)