diff options
author | archie <archie@FreeBSD.org> | 1999-11-06 02:09:17 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1999-11-06 02:09:17 +0000 |
commit | b974ee813c4a647ed91e267360544dbc35ba0120 (patch) | |
tree | e31779a6b17794393fec60c0f9929c8a2809be50 /sys/netgraph/ng_ppp.h | |
parent | 350a8a1d2e2bef16262331c1c32445b7f4a522f1 (diff) | |
download | FreeBSD-src-b974ee813c4a647ed91e267360544dbc35ba0120.zip FreeBSD-src-b974ee813c4a647ed91e267360544dbc35ba0120.tar.gz |
Fix several bugs found in the first bit of testing.
Diffstat (limited to 'sys/netgraph/ng_ppp.h')
-rw-r--r-- | sys/netgraph/ng_ppp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_ppp.h b/sys/netgraph/ng_ppp.h index c858a65..2fd99a0 100644 --- a/sys/netgraph/ng_ppp.h +++ b/sys/netgraph/ng_ppp.h @@ -79,6 +79,7 @@ enum { NGM_PPP_GET_CONFIG, /* returns ng_ppp_bundle_config */ NGM_PPP_GET_LINK_STATS, /* takes link #, returns stats struct */ NGM_PPP_CLR_LINK_STATS, /* takes link #, clears link stats */ + NGM_PPP_GETCLR_LINK_STATS, /* takes link #, returns & clrs stats */ }; /* Per-link config structure */ |