In compatibility structure substitute 'struct callout_handle'

to 'struct callout *' pointer of the same size.
This commit is contained in:
Gleb Smirnoff 2020-01-22 05:31:37 +00:00
parent 0452a1f3ef
commit 13e3c791fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356971

View file

@ -72,7 +72,7 @@ struct ccb_hdr_0x17 {
ccb_ppriv_area periph_priv;
ccb_spriv_area sim_priv;
u_int32_t timeout; /* Hard timeout value in seconds */
struct callout_handle timeout_ch;
struct callout *timeout_ch;
};
struct ccb_pathinq_0x17 {