diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-10-07 17:10:09 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-10-07 17:10:09 +0000 |
commit | 9159a47401161354ebe99adc3be8eda11d9eaa1c (patch) | |
tree | 7e5e306f3c1dada50f7c5eda854d31d664aa15cf /sys/altq/altq_var.h | |
parent | 6a23c1b6a9f7b5f85e35f156f1c09f787321b8c2 (diff) |
rename some vars and functions
unfortunately altq is one giant namespace violation. rename just those that
conflict with new stuff for now only to be found on my laptop. reduce pain,
the diff is huge already. ok ryan
Diffstat (limited to 'sys/altq/altq_var.h')
-rw-r--r-- | sys/altq/altq_var.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/altq/altq_var.h b/sys/altq/altq_var.h index f01ab9c03b2..bda6527269b 100644 --- a/sys/altq/altq_var.h +++ b/sys/altq/altq_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: altq_var.h,v 1.16 2011/07/03 23:48:41 henning Exp $ */ +/* $OpenBSD: altq_var.h,v 1.17 2011/10/07 17:10:08 henning Exp $ */ /* $KAME: altq_var.h,v 1.8 2001/02/09 09:44:41 kjc Exp $ */ /* @@ -99,8 +99,8 @@ struct pf_altq; struct pf_qstats; void *altq_lookup(char *, int); void write_dsfield(struct mbuf *, struct altq_pktattr *, u_int8_t); void altq_assert(const char *, int, const char *); -int tbr_set(struct ifaltq *, struct tb_profile *); -int tbr_get(struct ifaltq *, struct tb_profile *); +int oldtbr_set(struct ifaltq *, struct oldtb_profile *); +int oldtbr_get(struct ifaltq *, struct oldtb_profile *); int altq_pfattach(struct pf_altq *); int altq_pfdetach(struct pf_altq *); |