-/* $OpenBSD: pfctl_parser.h,v 1.104 2014/10/27 21:51:32 mikeb Exp $ */
+/* $OpenBSD: pfctl_parser.h,v 1.105 2016/07/18 19:11:18 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
struct node_queue_opt {
int qtype;
union {
- struct cbq_opts cbq_opts;
struct priq_opts priq_opts;
struct node_hfsc_opts hfsc_opts;
} data;
-/* $OpenBSD: pfvar.h,v 1.432 2016/07/18 13:17:44 bluhm Exp $ */
+/* $OpenBSD: pfvar.h,v 1.433 2016/07/18 19:11:18 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
u_int32_t parent_qid;
};
-struct cbq_opts {
- u_int minburst;
- u_int maxburst;
- u_int pktsize;
- u_int maxpktsize;
- u_int ns_per_byte;
- u_int maxidle;
- int minidle;
- u_int offtime;
- int flags;
-};
-
struct priq_opts {
int flags;
};