Add a desired network parameter structure to runq entries.

This commit is contained in:
Duncan Barclay 2000-06-18 21:10:58 +00:00
parent 61ea53372a
commit b248ba3a75
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61805

View File

@ -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;