mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a desired network parameter structure to runq entries.
This commit is contained in:
parent
61ea53372a
commit
b248ba3a75
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue