mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use a more specific type for geom_disk.d_event.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D31353
This commit is contained in:
parent
67495c13d0
commit
5b5d78897c
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ struct disk {
|
|||
|
||||
/* Fields private to geom_disk, to be moved on next version bump */
|
||||
LIST_HEAD(,disk_alias) d_aliases;
|
||||
void *d_event;
|
||||
struct g_event *d_event;
|
||||
};
|
||||
|
||||
#define DISKFLAG_RESERVED 0x0001 /* Was NEEDSGIANT */
|
||||
|
|
|
|||
Loading…
Reference in a new issue