aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_async.h
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-11-19 20:32:46 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-11-19 20:32:46 +0000
commit0d28d9ea80bb4913e2f2a5d977203ce58c73f2a3 (patch)
treea35cdbe2d736555b8d7b2e9efc1cdc8b60775b85 /sys/netgraph/ng_async.h
parentb6419b666fee3774cb6def84c8f5adb295aca976 (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_async.h')
-rw-r--r--sys/netgraph/ng_async.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/ng_async.h b/sys/netgraph/ng_async.h
index 6df6620484bb0..2cafe1908352a 100644
--- a/sys/netgraph/ng_async.h
+++ b/sys/netgraph/ng_async.h
@@ -45,7 +45,7 @@
/* Type name and cookie */
#define NG_ASYNC_NODE_TYPE "async"
-#define NGM_ASYNC_COOKIE 886473717
+#define NGM_ASYNC_COOKIE 886473718
/* Hook names */
#define NG_ASYNC_HOOK_SYNC "sync" /* Sync frames */
@@ -71,6 +71,7 @@ struct ng_async_stat {
/* Configuration for this node */
struct ng_async_cfg {
u_char enabled; /* Turn encoding on/off */
+ u_char acfcomp; /* Address/control field compression */
u_int16_t amru; /* Max receive async frame length */
u_int16_t smru; /* Max receive sync frame length */
u_int32_t accm; /* ACCM encoding */