From b248ba3a75c9fe4a5dc25388bce05a40620e8cd5 Mon Sep 17 00:00:00 2001 From: Duncan Barclay Date: Sun, 18 Jun 2000 21:10:58 +0000 Subject: [PATCH] Add a desired network parameter structure to runq entries. --- sys/dev/ray/if_rayvar.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/ray/if_rayvar.h b/sys/dev/ray/if_rayvar.h index 3e2f7b4a116..5c934449c97 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;