mirror of
https://github.com/opnsense/src.git
synced 2026-05-15 10:40:28 -04:00
Use a more specific type for geom_disk.d_event.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D31353
(cherry picked from commit 5b5d78897c)
This commit is contained in:
parent
507b75ced9
commit
4424bc88a7
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