Introduce flag field and G_PF_CANDELETE field on providers.
This commit is contained in:
parent
6cadf88d1c
commit
83333d4569
@ -171,6 +171,8 @@ struct g_provider {
|
||||
off_t mediasize;
|
||||
u_int sectorsize;
|
||||
struct g_stat *stat;
|
||||
u_int flags;
|
||||
#define G_PF_CANDELETE 0x1
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user