mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a field archie forgot to merge in from out sources.
This commit is contained in:
parent
b6419b666f
commit
0d28d9ea80
1 changed files with 2 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue