diff options
| author | Duncan Barclay <dmlb@FreeBSD.org> | 2000-06-18 21:10:58 +0000 |
|---|---|---|
| committer | Duncan Barclay <dmlb@FreeBSD.org> | 2000-06-18 21:10:58 +0000 |
| commit | b248ba3a75c9fe4a5dc25388bce05a40620e8cd5 (patch) | |
| tree | 8a0b096bf20f304e276f92a308274f4eae68896f | |
| parent | 61ea53372a97d4b05cd9b78c123428a40e718f28 (diff) | |
Notes
| -rw-r--r-- | sys/dev/ray/if_rayvar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ray/if_rayvar.h b/sys/dev/ray/if_rayvar.h index 3e2f7b4a1165..5c934449c971 100644 --- a/sys/dev/ray/if_rayvar.h +++ b/sys/dev/ray/if_rayvar.h @@ -120,6 +120,8 @@ struct ray_comq_entry { u_int8_t c_retval; /* Return value */ void *c_wakeup; /* Sleeping on this */ size_t c_ccs; /* CCS structure */ + struct ray_nw_param + c_desired; /* network settings */ struct ray_param_req *c_pr; /* MIB report/update */ char *c_mesg; |
