diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2002-05-31 23:48:03 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2002-05-31 23:48:03 +0000 |
| commit | f0184ff8e3b84a1c7273492d8854cfaa012060b5 (patch) | |
| tree | a3614f18ebb460f641055c46c1ae4703125a0458 /sys/netgraph/ng_pppoe.h | |
| parent | cbcfdbcfe6add167e910cf92c7def46c278a933b (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/ng_pppoe.h')
| -rw-r--r-- | sys/netgraph/ng_pppoe.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h index 56ba641e52a8..78865b5696c0 100644 --- a/sys/netgraph/ng_pppoe.h +++ b/sys/netgraph/ng_pppoe.h @@ -91,11 +91,9 @@ struct ngpppoestat { /* Keep this in sync with the above structure definition */ #define NG_PPPOESTAT_TYPE_INFO { \ - { \ { "packets_in", &ng_parse_uint_type }, \ { "packets_out", &ng_parse_uint_type }, \ { NULL } \ - } \ } /* @@ -124,11 +122,9 @@ struct ngpppoe_init_data { /* Keep this in sync with the above structure definition */ #define NG_PPPOE_INIT_DATA_TYPE_INFO { \ - { \ { "hook", &ng_parse_hookbuf_type }, \ { "data", &ng_parse_sizedstring_type }, \ { NULL } \ - } \ } /* @@ -142,10 +138,8 @@ struct ngpppoe_sts { /* Keep this in sync with the above structure definition */ #define NG_PPPOE_STS_TYPE_INFO { \ - { \ { "hook", &ng_parse_hookbuf_type }, \ { NULL } \ - } \ } |
